fmatter use to be
$.fn.fmatter.rowactions = function(rid,gid,act,pos) {}
and it is now
$.fn.fmatter.rowactions = function(act) {}
where fmatter looks like this
$.fn.fmatter = function(formatType, cellval, opts, rwd, act) {}
How do I easily translate my call to the new function? We are using the old version to delete multiple rows with selected checkboxes