Toggle cell selection in a datatable

Using the datatable, i’m able to set the cell selection mode to “cell”, but unable to clear the selection by setting
select: false or select: “false”.

Can someone please have a look and tell me if this is possible? Thanks, matt

CTRL+d to toggle cell selection
http://webix.com/snippet/813bd15d

Yep, changing the selection mode after it was initialized not supported for now.

You can use onBeforeSelect event to allow or deny selection. Please check the updated snippet http://webix.com/snippet/e63b5f71