selectRange

selects the specified range of elements

void selectRange(id row_id,id end_row_id, [boolean preserve] );
row_id
idthe id of the first selected row in the selection range end_row_id
idthe id of the last selected row in the selection range preserve
booleanpreserves the previously made selection (true by default)
Details

Alternative syntax

The parameters of the method differ depending on the value of the select parameter.

The main description above relates to select: 'row'.

If select:'cell':

dtable.selectRange(row_id, column_id, end_row_id, end_column_id);

If select:'column':

dtable.selectRange(column_id, end_column_id);
See also
  • API
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
    If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of datagrid in html5 product.