Docs
API
  • removeRow(rowIndex: Number)

    Alias method of removeAt.

    removing data item by rowIndex.

    Example

    
    grid.removeRow(2);
    

    See also

    Method remove
    Method removeAll
    Method removeAt
    Method removeRowById