Can i show Columns that have setting "bVisible" false ?

Can i show Columns that have setting "bVisible" false ?

bobbybobby Posts: 2Questions: 0Answers: 0
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

  • bobbybobby Posts: 2Questions: 0Answers: 0
    I just want to show the columns without refresh the page,show and hide the columns control by a button.
  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    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.