evait-security/envizon

select all bug

Closed this issue · 1 comments

if you click select all button in group view, only a maximum of 10 will be selected. Furthermore blur function is missing.

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.