Hi,
suppose I have a column which like the record detail, but it just have one property. The number of row counts for the details can be different
is it possible to add a tree to the jqxgrid?
Originally,
————————–
row 1 | + details | dates
————————–
row 2 | + details | dates
————————–
when open tree,
————————–
row 1 | + details | dates
| – A |
| – B |
————————–
row 2 | + details | dates
————————–
I have tried to use the nested grids. Since some of the records may not have the detail elements and the row details still occupy some space. The extra space with nothing is not accepted.
Can anyone please help me?