text selection in datatable

Hello,

By default text selection using mouse is disabled in tables. Is there a way to enable it? It would be handy to be able to select and copy text from a datatable.

Regards,
Jianxin

You can re-enable text selection by adding the next style on the page

.webix_dtable {
  -moz-user-select: text;
  -webkit-user-select: text;
}

http://webix.com/snippet/eaa3b7be