Dynamically hiding row with ID or HTML tag
Dynamically hiding row with ID or HTML tag
I have an HTML button. I need these:
* when "data-mydata" attribute of button is changed to "hide" I will hide that row, or,
* hide the row that has a button with id=13
[code][/code]
Are these possible with [code]fnFilter[/code], or must I use plugin?
* when "data-mydata" attribute of button is changed to "hide" I will hide that row, or,
* hide the row that has a button with id=13
[code][/code]
Are these possible with [code]fnFilter[/code], or must I use plugin?
This discussion has been closed.