How do you ignore responsivePriority on desktop sizes?
How do you ignore responsivePriority on desktop sizes?
dgruska
Posts: 27Questions: 8Answers: 0
in Responsive
I am working on a server-side DataTables project and have a field targeted as a responsivePriority, but I only want this to be the case for tablet and mobile sizes. When at a desktop size, I'd like it to remove the priority so the field would fall back in line with my initial field ordering, which would have this particular field last.
Thanks.
Answers
You can set the boundaries for different displays with
responsive.breakpoints
- there are examples of that here and here. Does that do the trick for you?Colin
"not-desktop" ( https://datatables.net/extensions/responsive/classes ) is what we were looking for. Thanks for pointing us in the right direction.