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): voidExample
Section titled “Example”grid.removeSpan(1, "country");grid.refresh();See also
Section titled “See also”Articles
API