I am aware that SlickGrid will modify the array that is assigned to the dataset. What I'm wondering is is whether there exists any extension libraries that can be used with SlickGrid in order to keep track of a changeset to send to the server when persisting. My application will have a large amount of data, so I only want to submit modifications. Thanks.
问问题
461 次
1 回答
1
I'm not aware of any extensions/libraries, but it's really easy to do that using the onCellChange
event or, if you need more control, the editCommandHandler
. See https://github.com/mleibman/SlickGrid/wiki/Writing-custom-cell-editors (Intercepting cell edits) for more info.
于 2012-05-18T16:24:05.287 回答