prerender

invokes the full rendering of TreeTable data

boolean prerender;

Example

webix.ui({
    view:"treetable",
    prerender:true,
    ...
});

Details
  • The parameter doesn't give advantages for non-touch devices (slower than with a standard data loading).
  • On touch devices it allows you to get a bit more smooth scrolling (anyway, it's not usable with big datasets)
  • Not related to dynamic loading.
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of tree table product.