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 :cake:
Full documentation of Grid.js installation, config, API and examples are available on Grid.js website grid.js/docs.
Afshin Mehrabani 💻 📖 | Daniel Sieradski 🔌 | Salama Ashoush 🔌 | Daniel Werner 🔌 | Aloysb 💻 📖 |