Can I remove a button element in a row using something similar to removeClass()?

Can I remove a button element in a row using something similar to removeClass()?

thegamechangerprothegamechangerpro Posts: 81Questions: 30Answers: 1

I inject javascript into my datatables using an outside program that the table is intergrated.
I want to be able to remove or hide a button sort of like I do with classes.

ex.
table.row(rowId).nodes().to$().removeClass('lightPurple');

any tips or suggestion?

Answers

Sign In or Register to comment.