All Projects → archit-p → editable-react-table

archit-p / editable-react-table

Licence: MIT license
React table built to resemble a database.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to editable-react-table

Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (-35.65%)
Mutual labels:  datatables, table, datagrid
vue-data-table
Smart table using vue.js - sorting columns, filter by string, child rows, custom columns, custom row data
Stars: ✭ 15 (-97.11%)
Mutual labels:  datatables, table
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (-91.71%)
Mutual labels:  datatables, table
Tablesaw
A group of plugins for responsive tables.
Stars: ✭ 5,497 (+959.15%)
Mutual labels:  datatables, table
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+2932.56%)
Mutual labels:  table, datagrid
Griddle
Simple Grid Component written in React
Stars: ✭ 2,494 (+380.54%)
Mutual labels:  table, datagrid
Ce
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Stars: ✭ 5,832 (+1023.7%)
Mutual labels:  datatables, table
Ngx Datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Stars: ✭ 4,415 (+750.67%)
Mutual labels:  table, datagrid
Vue Data Tables
A simple, customizable and pageable table with SSR support, based on vue2 and element-ui
Stars: ✭ 976 (+88.05%)
Mutual labels:  datatables, table
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (-89.21%)
Mutual labels:  datatables, table
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-77.65%)
Mutual labels:  datatables, datagrid
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (+10.4%)
Mutual labels:  table, datagrid
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (-77.46%)
Mutual labels:  table, datagrid
react-tisch
Table component for React and Bootstrap with real React components as cells
Stars: ✭ 17 (-96.72%)
Mutual labels:  datatables, table
Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (+13.1%)
Mutual labels:  table, datagrid
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: ✭ 241 (-53.56%)
Mutual labels:  datatables, datagrid
Reactgrid
Add spreadsheet-like behavior to your React app
Stars: ✭ 289 (-44.32%)
Mutual labels:  table, datagrid
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-18.3%)
Mutual labels:  table, datagrid
Lightning Data Grid
A data grid for Lightning Component Framework
Stars: ✭ 24 (-95.38%)
Mutual labels:  datatables, datagrid
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+2032.56%)
Mutual labels:  datatables, table

Editable React Table

Edit editable-react-table

editable-react-table

Features

  • Resizing columns
  • Cell data types - number, text, select
  • Renaming column headers
  • Sort on individual columns
  • Adding columns to left or right of a column
  • Adding column to end
  • Editing data in cells
  • Adding a new row of data
  • Deleting a column
  • Changing column data types
  • Adding options for cells of type select

Getting Started

  1. Clone this repository.
git clone https://github.com/archit-p/editable-react-table
  1. Install dependencies and build.
npm install
npm start

Contributions

Contributions are welcome! Feel free to pick an item from the roadmap below or open a fresh issue!

Roadmap

  • Support for virtualized rows
  • Date data-type
  • Multi-Select data-type
  • Checkbox data-type
  • Animating dropdowns
  • Performance - supporting 100000 rows
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].