Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Table | 21,638 | 1,770 | 1,122 | 13 hours ago | 217 | May 16, 2022 | 119 | mit | TypeScript | |
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table | ||||||||||
Handsontable | 17,883 | 362 | 169 | 9 hours ago | 87 | September 22, 2022 | 446 | other | JavaScript | |
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡ | ||||||||||
Bootstrap Table | 11,519 | 247 | 36 | 3 days ago | 39 | September 22, 2022 | 214 | mit | JavaScript | |
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js) | ||||||||||
Ag Grid | 10,087 | 323 | 332 | 4 hours ago | 59 | August 23, 2022 | 65 | other | TypeScript | |
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. | ||||||||||
Datatables | 6,975 | 753 | 109 | a year ago | 12 | June 20, 2018 | 126 | mit | CSS | |
Tables plug-in for jQuery | ||||||||||
Ce | 6,348 | 5 | 13 | 3 days ago | 52 | February 24, 2021 | 116 | mit | JavaScript | |
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software. | ||||||||||
Tablesaw | 5,520 | 95 | 7 | 7 months ago | 54 | March 19, 2019 | mit | JavaScript | ||
A group of plugins for responsive tables. | ||||||||||
Ngx Datatable | 4,559 | 938 | 182 | a month ago | 78 | September 14, 2021 | 876 | mit | TypeScript | |
✨ A feature-rich yet lightweight data-table crafted for Angular | ||||||||||
Material Table | 3,410 | 264 | 158 | 4 months ago | 191 | March 12, 2022 | 23 | mit | JavaScript | |
Datatable for React based on material-ui's table with additional features | ||||||||||
Mui Datatables | 2,607 | 127 | 78 | a month ago | 155 | April 10, 2022 | 616 | mit | JavaScript | |
Datatables for React using Material-UI - https://www.material-ui-datatables.com |
Responsive will automatically optimise the table's layout for different screen sizes through the dynamic column visibility control, making your tables useful on desktop and mobile screens.
To use Responsive the primary way to obtain the software is to use the DataTables downloader. You can also include the individual files from the DataTables CDN. See the documentation for full details.
If you prefer to use a package manager such as NPM or Bower, distribution repositories are available with software built from this repository under the name datatables.net-responsive
. Styling packages for Bootstrap, Foundation and other styling libraries are also available by adding a suffix to the package name.
Please see the DataTables NPM and Bower installation pages for further information. The DataTables installation manual also has details on how to use package managers with DataTables.
Responsive is initialised using the responsive
option in the DataTables constructor - a simple boolean true
will enable the feature. Further options can be specified using this option as an object - see the documentation for details.
Example:
$(document).ready( function () {
$('#myTable').DataTable( {
responsive: true
} );
} );
If you fancy getting involved with the development of Responsive and help make it better, please refer to its GitHub repo.