removes a rowspan/colspan from the datatable
id | string| number | row id that starts a colspan/rowspan |
column | string | column id that starts a colspan/rowspan |
Available only in PRO Edition
grid.removeSpan(1, "country");
grid.refresh();
Back to top