Refresh FixedHeader after change visibility of a column
Refresh FixedHeader after change visibility of a column
Pok
Posts: 4Questions: 0Answers: 0
Hi !
The FixedHeader is not refreshed after change visibility of a column. It's not refresh for but it's ok for
I try with dataTables 1.9.4 and FixedHeader 2.1.1-dev (I try with this version because http://datatables.net/forums/discussion/19723/fixedheader-2-1-0-plugin-and-invisible-columns-not-working-)
You can test here : http://jsfiddle.net/GQ7j3/
If I click on the button "Hide col 2", the column 2 is hidden but the header is not refreshed for thead tag but the header is refreshed for tfoot tag.
Why I have this problem ?
Thanks
The FixedHeader is not refreshed after change visibility of a column. It's not refresh for but it's ok for
I try with dataTables 1.9.4 and FixedHeader 2.1.1-dev (I try with this version because http://datatables.net/forums/discussion/19723/fixedheader-2-1-0-plugin-and-invisible-columns-not-working-)
You can test here : http://jsfiddle.net/GQ7j3/
If I click on the button "Hide col 2", the column 2 is hidden but the header is not refreshed for thead tag but the header is refreshed for tfoot tag.
Why I have this problem ?
Thanks
This discussion has been closed.
Replies
Allan
Thanks for your comeback and especially thanks for your good work !
Pok