Detecting if a row is visible at the backend?
Detecting if a row is visible at the backend?
akshay3004
Posts: 7Questions: 0Answers: 0
I have a table which has lots of columns but most of them are hidden at the beginning. The user depending on his needs can toggle any of them to being visible. I am fetching data for each action from the server-side. Is there any way that I can know at the server side, which columns are visible, so that when the table is rendered again it has those columns as visible?
This discussion has been closed.
Replies
Allan