quick column switching
quick column switching
ConorHiggins
Posts: 9Questions: 0Answers: 0
Hi,
I am trying to figure out a way of quickly changing the columns used in a datatable or, to change the visibility quick of a series of columns.
I have been reading up on the API and came across the aoColumnDefs but there are no example of how to use, or an explanation of how to do that either.
Conor
I am trying to figure out a way of quickly changing the columns used in a datatable or, to change the visibility quick of a series of columns.
I have been reading up on the API and came across the aoColumnDefs but there are no example of how to use, or an explanation of how to do that either.
Conor
This discussion has been closed.
Replies
However, do you want to change the column visibility after the table has been initialised? Then fnSetColumnVis is the API method you want.
Allan