Pagination inside File Manager

We would like to do some kind of pagination within file manager. We have folders with potentially 1000’s of files and displaying those in one shot would not be performant. I saw there is loadNext() handlers. Are those the best approach?

Hey @acurtis, I’m assuming you want to implement dynamic loading inside the file manager? Unfortunately, that isn’t really something that is possible to do at the moment (you can only dynamically load the whole batch at once, i.e. https://snippet.webix.com/bl0fed3d).

However, if you want to implement the pager still, you can attach it to the datatable part of the file manager: https://snippet.webix.com/i3md65nf.

Thanks @Dzmitry. Could you please add pagination with dynamic loading as a requested feature. We would really need that at some point in the future. Many thanks.

Hi, I’d really love to get this feature too.