Responsive - Buttons and scrollY
Responsive - Buttons and scrollY
ngungo
Posts: 64Questions: 23Answers: 2
- 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-buttons
element todisplay: none
.Read the class from the table (
$().hasClass()
) and use anif
condition.Allan