Hello, i have datatable config
view: “datatable”,
navigation: true,
id: “test_datatable”,
pager: “test_pager”,
responsive: true,
footer: true,
select: “row”,
multiselect: true,
clipboard: “repeat”,
resizeColumn: true,
editable: true,
editaction: “dblclick”,
fixedRowHeight: false,
rowHeight: 60,
rowLineHeight: 20,
- I am select row. The row is painted in dark green by default.
- Inside webix dark green selection I am try to select 2 text words inside any cell using ny mouse or tuchpad. Browser mark my selection blue like anything selection in browser, but when i released left mouse button - blue selection is lost, and i cant copy data with ctrl+c.
In webix 3.0.8 selection by mouse works fine and stay where i need, but in 3.1.1 it lost after mouse button release
Thanks