undoLimit
limit of the number of operations to revert
let undoLimit: number
default value: 20
Example
Section titled “Example”webix.grid({ data:dataset, autoConfig:true, undo:true, undoLimit:40});
Details
Section titled “Details”You can set it to Infinity
if you want no limit at all.