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
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;
}