While working on my project, I encountered an issue with selecting rows. After some debugging, it was revealed that the culprit behind this behavior is the tabulator_materialize.min.css
file. Interestingly, when I don't use this CSS, everything functions as intended. You can see a demonstration on this jsFiddle link: jsFiddle
To replicate the problem, try selecting all rows individually.
Does anyone have any suggestions on how to resolve this issue? Since I am using MaterializeCSS in my project, it would be ideal to integrate it with Tabulator as well.