开发者

How to use getChangedCells method?

开发者 https://www.devze.com 2023-03-22 09:11 出处:网络
I found that getChangedCells method is somehow applicable to th开发者_JAVA技巧e application that I am building right now.

I found that getChangedCells method is somehow applicable to th开发者_JAVA技巧e application that I am building right now.

Can someone show me on how to use getChangedCells method?

Thanks

Regards

Jason


var temp= $("#grid").getChangedCells('all') // Return Rows

or

var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.

Also try looking at the official docs as @ozczecho mentioned


Check this out. Official documentation. Or a similar question.

0

精彩评论

暂无评论...
验证码 换一张
取 消