In this example you cannot select an area. You can select an area if you don’t filter data or disable spans. But it doesn’t work if you use the three features.
the issue is caused by filtering that removes all rows except one. Spans are set with the height 4. That is the issue - spans size appears incorrect after filtering.
Spans are working well when I sort the data, so the bug is only happening when filtering. I find changing spans after filtering is an ugly way for avoiding this bug.
Anyway, looking at the API, http://docs.webix.com/api__refs__ui.datatable.html
how can I Know if a certain row is being shown after filtering? (Obviously, without evaluating again filtering conditions)