Manage frozen columns in data table

Manage frozen columns in data table

charanpreetsinghcharanpreetsingh Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
Hi,

I have a JQuery data table in my application. I want to give an option to the user so that user should be able to manage frozen columns. He chooses what all columns in data table should be frozen and can change this again and again. Just similar to the column chooser. I was able to get this done but it works only for the first time. After that, it does not work, it does not add the columns again in data table or in frozen columns pane. I can not reload my page because some data in table may have been updated by user, so I do not want to loose that data.

Please guide.

Thanks

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    FixedColumns for DataTables currently does not support dynamically freezing and unfreezing columns - you can only specify which columns should be frozen at initialisation time.

    Allan
This discussion has been closed.