Skip to content

removeSpan

removes a rowspan/colspan from the datagrid

function removeSpan(
// the row id that starts a colspan/rowspan
id: id,
// the column id that starts a colspan/rowspan
column: string
): void
grid.removeSpan(1, "country");
grid.refresh();

Articles

API