Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

ribomo/nestedGrid

Repository files navigation

nestedGrid

A jQuery plugin that let you display nested grid(table)

just start by including this plugin and do something like this in your html:

$('#test').nestedGrid({ data:{ "data": [ { "col1": "data1", "col2": "data2", "col3": "data3", } ], "fields": ["col1", "col2", "col3"] } });

There you go, it works!

About

A jQuery plugin that let you display nested grid(table)

Resources

License

Stars

Watchers

Forks

Packages

No packages published