removeSelectArea

removes a select area

void removeSelectArea(string area_name);
area_namestringoptional, the name of the select area that should be removed

Available only in PRO Edition

Example

$$("dtable").removeSelectArea();

Related samples

Details

If the area_name parameter isn't passed, the method removes the last unnamed selected area.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of data table product.