All Projects → grid-js → Gridjs

grid-js / Gridjs

Licence: mit
Advanced table plugin

Programming Languages

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

Projects that are alternatives of or similar to Gridjs

laravel-auto
Laravel Auto - a helper package to make automated lists with filters, sorting and paging like no other
Stars: ✭ 41 (-98.73%)
Mutual labels:  pagination, table, sort
spring-boot-jpa-rest-demo-filter-paging-sorting
Spring Boot Data JPA with Filter, Pagination and Sorting
Stars: ✭ 70 (-97.83%)
Mutual labels:  pagination, filter, sort
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+33.98%)
Mutual labels:  sort, grid, table
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+170.6%)
Mutual labels:  pagination, grid, table
react-strap-table
react table (client and server-side) based on bootstrap.
Stars: ✭ 28 (-99.13%)
Mutual labels:  pagination, filter, table
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+387.12%)
Mutual labels:  grid, table, pagination
React Grid Table
A modular table, based on a CSS grid layout, optimized for customization.
Stars: ✭ 57 (-98.24%)
Mutual labels:  sort, table, pagination
Sieve
⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core
Stars: ✭ 560 (-82.67%)
Mutual labels:  sort, filter, pagination
Ng2 Smart Table
Angular Smart Data Table component
Stars: ✭ 1,590 (-50.79%)
Mutual labels:  sort, filter, table
Muuri
Infinite responsive, sortable, filterable and draggable layouts
Stars: ✭ 9,797 (+203.22%)
Mutual labels:  sort, grid, filter
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (-98.85%)
Mutual labels:  pagination, filter, sort
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-99.2%)
Mutual labels:  pagination, filter, sort
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 (-96.53%)
Mutual labels:  grid, table, pagination
Tablefilter
A Javascript library making HTML tables filterable and a bit more :)
Stars: ✭ 248 (-92.32%)
Mutual labels:  grid, filter, pagination
Datatablesbundle
This Bundle integrates the jQuery DataTables plugin into your Symfony application.
Stars: ✭ 334 (-89.66%)
Mutual labels:  grid, table, pagination
Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (-97.65%)
Mutual labels:  sort, filter, pagination
Shuffle
Categorize, sort, and filter a responsive grid of items
Stars: ✭ 2,170 (-32.84%)
Mutual labels:  sort, grid, filter
Graphql To Mongodb
Allows for generic run-time generation of filter types for existing graphql types and parsing client requests to mongodb find queries
Stars: ✭ 261 (-91.92%)
Mutual labels:  sort, filter, pagination
laravel-grid
A grid view for laravel, inspired by the yii2 grid widget
Stars: ✭ 86 (-97.34%)
Mutual labels:  grid, filter
streamlit-aggrid
Implementation of Ag-Grid component for Streamlit
Stars: ✭ 465 (-85.61%)
Mutual labels:  grid, table

Grid.js

All Contributors

Grid.js

Advanced table plugin

A table library that works everywhere

  • Simple and lightweight implementation
  • No vendor lock-in. Grid.js can be used with any JavaScript frameworks (React, Angular, Preact or VanillaJS)
  • Written in TypeScript
  • Supports all modern browsers and IE11+

Example

new Grid({
  data: [
    ['Mike', 33, '[email protected]'],
    ['John', 82, '[email protected]'],
    ['Sara', 26, '[email protected]']
  ],
  columns: ['Name', 'Age', 'Email']
}).render(document.getElementById('wrapper'));

Piece of 🍰

Getting Started

Documentation 📖

Full documentation of Grid.js installation, config, API and examples are available on Grid.js website grid.js/docs.

Community

  • Join our Discord channel
  • Take a look at gridjs tag on StackOverflow or ask your own question!
  • Read our blog for the latest updates and announcements
  • Follow our Twitter account @grid_js

Contributors


Afshin Mehrabani

💻 📖

Daniel Sieradski

🔌

Salama Ashoush

🔌

Daniel Werner

🔌

License

MIT

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].