1
我發現getChangedCells方法在某種程度上適用於我現在正在構建的應用程序。如何使用getChangedCells方法?
有人可以告訴我如何使用getChangedCells方法嗎?
感謝
問候
傑森
我發現getChangedCells方法在某種程度上適用於我現在正在構建的應用程序。如何使用getChangedCells方法?
有人可以告訴我如何使用getChangedCells方法嗎?
感謝
問候
傑森
var temp= $("#grid").getChangedCells('all') // Return Rows
或
var temp= $("#grid").getChangedCells('dirty')/Returns the changed cells.
也可以嘗試看official docs作爲@ozczecho提到