grid-js / gridjs
- понедельник, 8 июня 2020 г. в 00:20:55
TypeScript
Advanced table plugin
Advanced table plugin
A table library that works everywhere
new Grid({
data: [
['Mike', 33, 'mike@murphy.com'],
['John', 82, 'john@conway.com'],
['Sara', 26, 'sara@keegan.com']
],
columns: ['Name', 'Age', 'Email']
}).render(document.getElementById('wrapper'));
Piece of
Full documentation of Grid.js installation, config, API and examples are available on Grid.js website grid.js/docs.
Afshin Mehrabani |
Melvin Idema |