RowReorder extension is preventing events reaching Select extension for first column
RowReorder extension is preventing events reaching Select extension for first column
When I have a table with the Select and RowReorder extensions enabled and the Select extension is setup to only listen for clicks on the first column the Select extension never receives mouse events.
An example is here: https://jsbin.com/biziqo/19/edit?js,output
You cannot select a row using the first column. But if you comment out the RowReorder extension it works fine.
Would it be possible for the RowReorder extension to allow events to bubble? Or is there more to it than that?