Responsive - Buttons and scrollY
Responsive - Buttons and scrollY
- How do I eliminate New, Edit and Delete buttons (and others in header or footer) in class mobile, for example.
- How do I assign different value of scrollY for different class.
Thanks!
This discussion has been closed.
Answers
I would suggest using a CSS responsive media query to set the
div.dt-buttonselement todisplay: none.Read the class from the table (
$().hasClass()) and use anifcondition.Allan