Link to home
Start Free TrialLog in
Avatar of bamapie
bamapie

asked on

hierarchical jQuery grid

I'm using Flexigrid (http://www.flexigrid.info/) and have apparently painted myself into a corner.

It apparently doesn't do hierarchical display (just 2 levels are all I need).  I was thinking it did.

So I guess I'm in the hunt for an easy-to-use hierarchical jQuery datagrid.  

o  Prefer it be able to take an HTML table (probably 2 in this case) and convert it/them on the fly.  (Flexigrid will do this with a single table).

You know of such a thing?

If you know something about Flexigrid that I don't--like it does do hierarchical, it just isn't documented--then that would be great.
Avatar of leakim971
leakim971
Flag of Guadeloupe image

you may use CSS to hide some level by default and unhide them when you click somewhere.
ASKER CERTIFIED SOLUTION
Avatar of CtrlAltDl
CtrlAltDl
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bamapie
bamapie

ASKER

Thanks.  I got impatient before you guys answered and started rolling my own (blending my own code with Flexigrid), but now I really wish I hadn't jumped the gun.