当单击back按钮时,是否有一种“撤消”由jQuery执行的函数的方法?例如,我要执行的函数名为doSomething: ...clicking the button does something...}function undoDoSomething(button) {
....undoes the d
在编辑任何行中的数据后,如何允许用户取消已编辑的数据以返回原始数据,不能重新加载整个表,因为这将取消所有已编辑的行,我只需要取消一行。撤消函数"table.undo();“需要多次调用才能撤消整个行,是否有类似于”row.undo()“的东西;我希望代码看起来类似be
var ivInvGRNDGrid = new Tabulator