Remove row from sorting
Remove row from sorting
I want to remove specific row (not columns) from beeing sorted so they just stay at the bottom of the table no matter what you do. However they should still be affected by searching.
In my particular case I have some empty rows that represent not booked timeslots but there is the option to hide empty timeslots. When you sort these timeslots the empty one sometimes end up on top and you need to scroll to view the rest.
Optimally this would also be column specific so there are some columns were these rows are sorted as well but some were they are just ignored.
Answers
You can use the Absolute plugin for that, please see this example from this thread,
Colin