Programmer's Guide > Interfaces > TableGrid interface > split method
  
split method
Splits the grid at the row indicated. That row will be the top row in a new grid inserted after this one.
split(topRow )
Parameters
TableRowtopRow
The row that should be the top row in the new grid.
Returns
TableGrid. The new grid that was inserted after this grid.
Throws
TableException
OPERATION_FAILED_ERR: Raised if the grid can not be split because the table model does not allow multiple grids or one of the resulting grids would be invalid in some way.