is it possible to sort columns in the Footable which contain checkboxes, so that the checked checkboxes come to the top of the table or to the bottom? Thank you
Asked
Active
Viewed 603 times
0
-
if i set data-value 0 or 1 to each
element it works on page load, but if I change any checkbox it isnt included in the sorting until I reload again – AlesSvetina Dec 02 '14 at 10:57 -
I've overcome this issue by adding and filtering an invisible field. Good luck. – efkan Feb 14 '15 at 18:23