Pagination in Ext Tree
问题 I am using ext js javascript library. This is regarding pagination for ext tree. While loading tree, i am fetching complete tree data, whereas I wish to fetch only the top level or root level or maybe max upto 2 levels. I wish to fetch data at more depths, on demand. If user expands the node, then i wish to fetch the data for that node. My focus is on implementing pagination for the tree. Can i use Ext.direct for more efficient performance? My backend is delphi/pascal. What is the more