How do we make a tree grid with pager using jqGrid?
I have checked and try the demos, but it didn't show any pager, even though there is a pager div in the code
How do create the pager ?
|
feedback
|
|
Tree grid has some limitations which are documented:
In other place of the documentation you can read almost the same:
| |||
feedback
|
|
I got pagination to work by modifying the setTreeGrid function. I commented out the following line:
The buttons then appeared and the requests were going back to the server to request the information. Now for this I was loading the entire tree to a local variable then using setJSONData to load the data into the tree. It functions the way I would expect it to but I haven't thoroughly tested it. | |||||
feedback
|