<a href="https://gridjs.io" target="_blank">
<img src="https://gridjs.io/img/logo/text_large.png" height="200" alt="Grid.js" />
</a>
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.
$ claude mcp add gridjs \
-- python -m otcore.mcp_server <graph>