select

selects the specified element

void select(id row_id,boolean preserve);
row_id
idthe row id preserve
booleandefines whether the previous selection should be saved
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', then:

dtable.select(row_id, column_id, preserve);

If select:'column', then:

dtable.select(column_id, preserve);
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 javascript framework and page of javascript data table product.