Hide some row of colvis button dropdownlist.
Hide some row of colvis button dropdownlist.
FiezDev
Posts: 5Questions: 3Answers: 0
I have a DataTable with a column that requires additional data obtained from an AJAX call, but I do not need to display this column in the table. For example, the column contains a combination of the first name and surname. I have set this column to be hidden using the visible:false option, but it is still appearing in the ColVis dropdown. How can I prevent this column from appearing in the dropdown as well?
This question has an accepted answers - jump to answer
Answers
See if this example helps.
Kevin
Thank Kevin, That solved my problem.