I have a table in which a user filters the rows by a dropdown which simply hides the rows they do not want to see.
What I would like to do is export to CSV only the currently visible rows.
Anyone ever done something like this before? I’m using hide() and show() to hide/show the table rows.
For anyone else that is looking for a similar solution, I did find something finally. Here it is.