Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any similar treegrid similar to jqGrid Treegrid but supports frozen columns

I like using jqGrid treegrid but there is one feature that i absolutely need which is frozen columns. Is there any similar quality product that supports frozen columns. I know that jqgrid supports frozen columns in the regular grid (but not the tree grid)

like image 947
leora Avatar asked Jan 07 '12 05:01

leora


2 Answers

Not out-of-the-box solution, but you could try slickGrid

Unfortunately it doesn't provide fixed columns functionality (yet), but there is fork, that has frozen columns you can use

UPDATE

You may also take look at jQuery EasyUI -

Sample

like image 169
BartekR Avatar answered Sep 18 '22 14:09

BartekR


DHTMLX treegrid supports frozen columns.

See this demo

like image 40
techfoobar Avatar answered Sep 19 '22 14:09

techfoobar