prerender
invokes the full rendering of data
boolean prerender;
Example
webix.ui({
view:"dataview",
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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.