select all bug
Closed this issue · 1 comments
FLX-0x00 commented
if you click select all button in group view, only a maximum of 10 will be selected. Furthermore blur function is missing.
FLX-0x00 commented
The jquery-ui selectable were applied only on the visible tr tags in the datatable. Once the length is changed in the footer the missing tr tags will append but without being initialized from jquery-ui-selectable. So i add the "ui-selectee" class to all tr elements in a datatable by default. Not the cleanest way but it works without any problems.