All Projects → GriddleGriddle → Griddle

GriddleGriddle / Griddle

Licence: mit
Simple Grid Component written in React

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Griddle

Datatable
A simple, modern and interactive datatable library for the web
Stars: ✭ 587 (-76.46%)
Mutual labels:  grid, table, datagrid
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (-77.02%)
Mutual labels:  grid, 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 (-95.31%)
Mutual labels:  grid, table, datagrid
Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (-86.61%)
Mutual labels:  grid, table, datagrid
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-83%)
Mutual labels:  grid, table, datagrid
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+73.58%)
Mutual labels:  list, grid, table
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+250.56%)
Mutual labels:  grid, table, datagrid
Ngx Datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Stars: ✭ 4,415 (+77.02%)
Mutual labels:  grid, table, datagrid
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+531.07%)
Mutual labels:  grid, table, datagrid
Reactables
GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems.
Stars: ✭ 112 (-95.51%)
Mutual labels:  grid, table
Vue Grid
A flexible grid component for Vue.js
Stars: ✭ 113 (-95.47%)
Mutual labels:  grid, table
Hot Table
Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
Stars: ✭ 114 (-95.43%)
Mutual labels:  grid, table
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-95.59%)
Mutual labels:  grid, datagrid
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (-25.02%)
Mutual labels:  grid, datagrid
Vue Tables 2
Vue.js 2 grid components
Stars: ✭ 1,518 (-39.13%)
Mutual labels:  grid, table
Ax5ui Grid
Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
Stars: ✭ 102 (-95.91%)
Mutual labels:  grid, table
Laravel Table
Generate tables from Eloquent models.
Stars: ✭ 101 (-95.95%)
Mutual labels:  list, table
Functional Data Grid
Data grids in functional style with ReactJS
Stars: ✭ 125 (-94.99%)
Mutual labels:  grid, datagrid
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (-25.46%)
Mutual labels:  grid, datagrid
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (-92.62%)
Mutual labels:  grid, datagrid

Griddle

Needs more maintainers - Please see this issue

An ultra customizable datagrid component for React

Gitter Build Status


Please check out the documentation and examples.

TLDR: Griddle now has a customizable architecture that allows for one-off customizations or reusable plugins. These customization options allow for overriding everything from components, to internal datagrid state management, and more.


To use Griddle:

npm install griddle-react


To run from source:

  1. npm install
  2. npm run storybook

Issues:

If you run into an issue in Griddle please let us know through the issue tracker. It is incredibly helpful if you create a failing test(s) and/or a storybook story that demonstrates the issue as a pull request and reference this pull request in the issue. To add a storybook story, navigate to /stories/index.js and add a story to the storiesOf('Bug fixes' ...) section.

Contributing:

Please feel free submit any bugs. Any questions should go in the Gitter chat channel or stackoverflow. Pull requests are welcome but if you have an idea please post as an issue first to make sure everyone is on the same-page (and to help avoid duplicate work). If you are looking to help out but don't know where to start, please take a look at approved issues that don't have anyone assigned.

We do most of our initial feature development in the Storybook stories contained in this project. When you run npm run storybook, a web server is setup that quickly provides access to Griddle in various states. All storybook stories are currently in /stories/index.js

We would love any help at all but want to call out the following things:

  • Help maintaining 0.x
  • More tests - we have a number of tests in version 1.0 but not quite where we'd like it to be
  • More plugins
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].