≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Can i show Columns that have setting "bVisible" false ?
Can i show Columns that have setting "bVisible" false ?
bobby
Posts: 2
Questions: 0
Answers: 0
April 2009
edited April 2009
in
General
hello,allen
i have init the datatable,and set some columns hidden by aocolumns
bVisible
false,but now i want to show them,how can i do?When the hidden show(control by css),i sort the table,it's wrong!
thank you for your help!
Replies
bobby
Posts: 2
Questions: 0
Answers: 0
April 2009
I just want to show the columns without refresh the page,show and hide the columns control by a button.
allan
Posts: 65,813
Questions: 1
Answers: 10,949
Site admin
April 2009
Hi Bobby,
You can do this in DataTables 1.5 (beta) through the fnSetColumnVis() API function. It takes two parameters:
1. Column index to change visibility of
2. Boolean - show or hidden the column (true or false respectively)
This is not something that can be done in 1.4
Hope this helps,
Allan
This discussion has been closed.
Replies
You can do this in DataTables 1.5 (beta) through the fnSetColumnVis() API function. It takes two parameters:
1. Column index to change visibility of
2. Boolean - show or hidden the column (true or false respectively)
This is not something that can be done in 1.4
Hope this helps,
Allan