Docs
API
  • removeAt(rowIndex: Number)

    Removes data item by rowIndex.

    Example

    
    grid.removeAt(2);
    

    See also

    Method remove
    Method removeAll
    Method removeRow
    Method removeRowById