awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to glin/reactable

Open-source alternatives to Reactable

30 open-source projects similar to glin/reactable, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Reactable alternative.

  • rstudio/dtrstudio avatar

    rstudio/DT

    618View on GitHub↗

    This package provides a function datatable() to display R data via the DataTables library (N.B. not to be confused with the data.table package).

    JavaScript
    View on GitHub↗618
  • appsilon/reactable.extrasAppsilon avatar

    Appsilon/reactable.extras

    48View on GitHub↗

    reactable.extras is an R package that enhances the functionality of the reactable package in Shiny applications. Reactable tables are interactive customizable, and reactable.extras extend their capabilities, allowing you to create dynamic and interactive data tables with ease.

    R
    View on GitHub↗48
  • rstudio/shinyrstudio avatar

    rstudio/shiny

    5,608View on GitHub↗

    Shiny is a framework for building interactive web applications using R code, eliminating the need for HTML, CSS, or JavaScript. At its core, it provides a reactive programming model that automatically tracks data dependencies and re-executes only the parts of an application that depend on changed inputs. The framework handles server-side UI rendering and maintains persistent WebSocket connections between the browser and server for real-time updates without page reloads. The framework distinguishes itself through deep integration with the R ecosystem, including the ability to embed interactive

    Rrreactiverstudio
    View on GitHub↗5,608
  • facebookarchive/fixed-data-tablefacebookarchive avatar

    facebookarchive/fixed-data-table

    4,269View on GitHub↗

    Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid interfaces. It functions as a virtualized table, optimizing performance by rendering only the rows currently visible within the viewport. The library distinguishes itself through its focus on maintaining context during navigation, utilizing fixed-header layouts and synchronized scroll state management. It employs index-based data access to map information to specific grid coordinates, allowing for modular cell customization and flexible column configuration. The component su

    JavaScript
    View on GitHub↗4,269

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • mui/mui-xmui avatar

    mui/mui-x

    5,791View on GitHub↗

    MUI X is a collection of advanced React UI components for building data-rich applications, including a data grid, charting library, date and time pickers, scheduler, and tree view. The library is built with accessibility as a core principle, ensuring all components meet WCAG and WAI-ARIA standards for keyboard navigation and screen reader announcements. The components are designed for extensibility and performance. The data grid offers comprehensive data management with sorting, filtering, pagination, column pinning, row grouping, inline editing, and Excel export. The charting library support

    TypeScriptchartsdata-griddatatable
    View on GitHub↗5,791
  • layui/layerlayui avatar

    layui/layer

    8,196View on GitHub↗

    This project is a JavaScript UI component library and frontend utility toolkit. It serves as a web modal framework and popup library, providing a specialized system for rendering interactive dialogs, overlays, and layered interfaces over web page content. The library is distinguished by its comprehensive set of overlay tools, including alert dialogs, confirmation prompts, and the ability to embed external content via iframes. It also features a responsive twelve-column grid system for cross-device layout compatibility and an internal modular dependency management system for on-demand loading

    JavaScriptalertconfirmdialog
    View on GitHub↗8,196
  • pure-admin/vue-pure-adminpure-admin avatar

    pure-admin/vue-pure-admin

    20,368View on GitHub↗

    vue-pure-admin is a comprehensive Vue 3 admin dashboard template and TypeScript boilerplate designed for building enterprise web applications. It provides a Vite-based frontend scaffold that incorporates a role-based access control system and a micro-frontend architecture for dividing large administrative applications into smaller, independently deployable units. The project features an advanced permission management framework that handles route protection, menu access filtering, and component-level visibility control. It includes specialized support for multi-tenant system administration, al

    Vueadminelement-plusesm
    View on GitHub↗20,368
  • cbailiss/basictablercbailiss avatar

    cbailiss/basictabler

    36View on GitHub↗

    basictabler

    R
    View on GitHub↗36
  • boussadjra/vueye-tableboussadjra avatar

    boussadjra/vueye-table

    111View on GitHub↗

    A data table created using Vue.js

    Vuedatatablesvue-componentsvue-datatable
    View on GitHub↗111
  • ais-one/novex-kitais-one avatar

    ais-one/novex-kit

    460View on GitHub↗

    NodejS Monorepo Template

    TypeScript2faexpressnodejs
    View on GitHub↗460
  • ddsjoberg/gtsummaryddsjoberg avatar

    ddsjoberg/gtsummary

    1,199View on GitHub↗

    status](https://www.r-pkg.org/badges/version/gtsummary)](https://cran.r-project.org/package=gtsummary) coverage](https://codecov.io/gh/ddsjoberg/gtsummary/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ddsjoberg/gtsummary?branch=main)…

    R
    View on GitHub↗1,199
  • dreamrs/toastuiD

    dreamRs/toastui

    0View on GitHub↗

    Install from CRAN with:

    View on GitHub↗0
  • dzwillia/vue-griddzwillia avatar

    dzwillia/vue-grid

    111View on GitHub↗

    A flexible grid component for Vue.js

    Vuecomponentgridtable
    View on GitHub↗111
  • eoda-dev/rtabulatorE

    eoda-dev/rtabulator

    0View on GitHub↗

    status](https://www.r-pkg.org/badges/version/rtabulator)](https://CRAN.R-project.org/package=rtabulator)

    View on GitHub↗0
  • davidpatshuifong/dteditDavidPatShuiFong avatar

    DavidPatShuiFong/DTedit

    21View on GitHub↗

    Author: Jason Bryer, Ph.D. Email: jason@bryer.org

    R
    View on GitHub↗21
  • davidgohel/flextabledavidgohel avatar

    davidgohel/flextable

    623View on GitHub↗

    flextable R package

    R
    View on GitHub↗623
  • bloomberg/ipydatagridB

    bloomberg/ipydatagrid

    0View on GitHub↗
    View on GitHub↗0
  • future-architect/cheetah-gridfuture-architect avatar

    future-architect/cheetah-grid

    1,523View on GitHub↗

    The fastest open-source data table for web.

    JavaScriptcanvasdata-tablegrid
    View on GitHub↗1,523
  • haozhu233/kableextrahaozhu233 avatar

    haozhu233/kableExtra

    732View on GitHub↗

    When we are talking about table generators in R, knitr's kable() function is usually a popular choice because of its ultimate simplicity. Unlike those powerful table rendering engines such as xtable, the philosophy behind knitr::kable() is to make it easy for programmers to use. Just as it…

    R
    View on GitHub↗732
  • hc200ok/vue3-easy-data-tableHC200ok avatar

    HC200ok/vue3-easy-data-table

    557View on GitHub↗

    A customizable and easy-to-use data table component made with Vue.js 3.x

    Vue
    View on GitHub↗557
  • hikalkan/jtablehikalkan avatar

    hikalkan/jtable

    1,088View on GitHub↗

    A JQuery plugin to create AJAX based CRUD tables.

    JavaScript
    View on GitHub↗1,088
  • itsmdivakaran/viewritsmdivakaran avatar

    itsmdivakaran/viewR

    3View on GitHub↗

    `r library(ViewR) viewdt(mtcars) # that's it `

    R
    View on GitHub↗3
  • ivosdc/svelte-generic-crud-tableivosdc avatar

    ivosdc/svelte-generic-crud-table

    67View on GitHub↗

    Web-component: - or Svelte-component: import SvelteGenericCrudTable from 'svelte-generic-crud-table'

    JavaScript
    View on GitHub↗67
  • ivosdc/svelte-generic-table-pagerI

    ivosdc/svelte-generic-table-pager

    0View on GitHub↗

    A svelte paginator using svelte-generic-crud-table.

    View on GitHub↗0
  • jbryer/dteditJ

    jbryer/DTedit

    0View on GitHub↗

    Author: Jason Bryer, Ph.D. Email: jason@bryer.org

    View on GitHub↗0
  • jeremyjone/jz-ganttjeremyjone avatar

    jeremyjone/jz-gantt

    340View on GitHub↗

    A powerful and flexible Gantt chart component library for developers, written in native JS Canvas. Supports TypeScript. 中文文档

    TypeScript
    View on GitHub↗340
  • jjagielka/svelte-pivottablejjagielka avatar

    jjagielka/svelte-pivottable

    42View on GitHub↗

    This is a Svelte component implementation of react-pivottable-grouping that is itself a fork of react-pivottable with added capacity of grouping and displaying subtotals.

    Svelte
    View on GitHub↗42
  • jpmorganchase/ipyregulartableJ

    jpmorganchase/ipyregulartable

    0View on GitHub↗
    View on GitHub↗0
  • jrowen/rhandsontablejrowen avatar

    jrowen/rhandsontable

    392View on GitHub↗

    See the project website for more details and live examples, and see below for important details on use in shiny apps.

    HTML
    View on GitHub↗392
  • feddelegrand7/pivtafeddelegrand7 avatar

    feddelegrand7/pivta

    28View on GitHub↗

    pivta is an R wrapper of the WebDataRocks JavaScript library. The package allows you to implement an interactive pivot table (among other data analysis features) throughout an HTML Widget.

    CSS
    View on GitHub↗28