Column size not restored on visibility change.

Column size not restored on visibility change.

asparmarasparmar Posts: 1Questions: 1Answers: 0

I am using data table with server side processing.
This is the test page to see my data table.

I used jQuery sortable to show/hide table columns and to group by column.

As you can check that once we hide any column by dragging and dropping a column name from "Show" panel to "Hide" panel, data table column size is increased to fit the table in the page.

Problem is, when we drag and drop column name again back to "Show" panel the table size overflows page width.

One thing to note is that if I remove "fixedHeader" option from table initialization then everything works fine.

Could you please help me to identify what is the mistake here ? Or is it a bug of fixedheader ?

This discussion has been closed.