javascriptjquerylazy-loadingwebix

Webix Comment UI Lazy Loading


I'm quite new to webix, does anyone knows if a comment UI supports lazy loading? unlike datatable and dataview that supports it, it looks like webix comment ui doesn't I just need a reference on how to do that


Solution

  • You can load comments in portions https://docs.webix.com/desktop__comments.html#loadingcommentsondemand

    This is a package example of how to load comments in portions and load more on demand:

    In the Webix package, you will find the example of backend code in /backend/comments/index.js