Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sumit on Jul 02, 2007 07:59
open dhtmlx forum
I want to add pagination support in dhtmlTree(Obviousle in case of dynamic loading). Do you have any custom code for the same. I was trying to write some custom code but unable to write it. Is it really possible to write such code using this library.(i was writing Pagination support in the way of More Items. i.e; if in any node their are items more than some presecribed limit a link of moreitems will come and on click of this new xml will come and page will be rendered.)

Answer posted on Jul 04, 2007 13:16
Current version of dhtmlxTree has possibility to use built in pagination support, but it is really limited and not well compatible.

You can enable built in pagination by
    tree.enablePaging(true,PAGE_SIZE);

It will load all data for level at once, but will render it only on demand, so client side performance is significantly better.
( once more - this method is not compatible with many others modes and API commands )
Answer posted by Darya (Support) on Dec 09, 2014 18:56

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking dhtml modal popup and javascript xml tree.