How to make sigma grid update only the checked rows??
so that when the users click the save button, only checked rows will be updated.
maybe anyone ever use this method?? o.O
in the cols option i've added this line to show checkbox, but when i click the save button,
it seems the checked rows doesn't have any effect at all :(
{id: 'chk' ,isCheckColumn : true, frozen: true, editable:false}