Restrict column display
Restrict column display
ujjwalbsoni20032003
Posts: 1Questions: 1Answers: 0
Hi,
I have a table which is having 46 column data. I want to display only 10 columns first and then when a user clicks on some button it should hide these first 10 columns and display rest 10 and so on.
I searched a lot but couldnt find any built in functionality.
Regards,
Ujjwal
This discussion has been closed.
Answers
Use
columns.visible
to hide the columns you don't want to show initially. Then usecolumns().visible()
to show / hide columns when the button is pressed.Allan