undoLimit
limit of the number of operations to revert
number undoLimit;
Example
webix.ui({
view:"list",
data:dataset,
undo:true,
undoLimit:40
});
Default value:
20
Details
You can set it to Infinity if you want no limit at all.
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.