JavaScript F+l-e+x-i+G-r+i-d

Hi Guys! FlexiGrid is a sort of folding grid, where you can display your tabular data in a hierarchial manner. As far as the internal functionality is concerned, FlexiGrid follows the concept of 'Content Indexing in a document'. i.e. The node IDs are generated in a way similar to the Content Indexing of a typical well organized document.
e.g.
1
...1.1
......1.1.1
......1.1.2
......1.1.3
...1.2
......1.2.1
......1.2.2

You only need to generate a normal Table through your Server-Side script with an appropriate ID (as shown above) to each TR, in the way you want your hierarchy to be shown, the rest, i.e. expanding and collapsing of the nodes will be handled by this script.

Demo

Group Sub Group Available Books Code Price
Double Click

Regards,
Abhijeet Kaulgud
ask5@rediffmail.com
Feel free to contact for any Support/Help.
Bug Reports, Suggestions, Enhancements etc. are always welcome.