CloudTables
Low code DataTables and Editor. Configured in your browser in moments.
DataTables
Advanced interaction
features for your tables.
Editor
Comprehensive editing
library for DataTables.
Manual
Download
Examples
Manual
Reference
Extensions
Plug-ins
Blog
Forums
Discussions
Sign In
Support
FAQs
Download
Purchase
≡
Show site navigation
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: 57,679
Questions: 1
Answers: 9,193
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.
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Unanswered
Categories
69.7K
All Categories
50
Priority support
20K
Free community support
947
General
8
Announcements
2.3K
DataTables
1.2K
DataTables 1.10
84
DataTables 1.9
34
DataTables 1.8
6
CloudTables
1.8K
Editor
2.7K
Extensions
20
AutoFill
272
Buttons
48
ColVis
27
DateTime
67
FixedColumns
47
FixedHeader
29
ColReorder
25
KeyTable
91
Responsive
21
RowReorder
39
Scroller
141
SearchBuilder
169
SearchPanes
98
Select
25
StateRestore
22
TableTools
195
Bug reports
56
Feature requests
90
Plug-ins
10
Blog
51
Web-site
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