Treetable pagination by root

Hi,

Paging in treetable moves the records to next page when a tree is opened, is there a way to have pagination by root?

Like no of records on page always depends on root node, when parent is opened child nodes will be shown on same page.

Thanks!

Hi,

Pager has a level property that allows using the mentioned approach. Please check the sample:

http://docs.webix.com/samples/15_datatable/30_treetable/15_paging.html

Thank you very much, exactly what I needed!!