fnAddDataAndDisplay and hidden columns
fnAddDataAndDisplay and hidden columns
Hi there,
I have a table with hidden columns. ( I use the dispay: none property for them)
When I use the fnAddDataAndDisplay method, I have to fill the hidden columns too.
By doing so the content of the hidden columns is written in the hext visible column and the following column content is offsetted by 1column.
Whe I use bVisible:false on the columns, it works. But I can' t use it because I want to use filters on the hidden columns. With bVisible:false, the filter doesn't work anymore. I also tested, to set the columnvisibility to false, the add the data and then set visibility to true again - without success. The offset will appear again when I set the visibility to true again.
Is there a solution for this problem?
Here ist the link for the liveexample. I commented the last rows.
http://live.datatables.net/ebutuh/2/edit#source
Best regards
Martin
I have a table with hidden columns. ( I use the dispay: none property for them)
When I use the fnAddDataAndDisplay method, I have to fill the hidden columns too.
By doing so the content of the hidden columns is written in the hext visible column and the following column content is offsetted by 1column.
Whe I use bVisible:false on the columns, it works. But I can' t use it because I want to use filters on the hidden columns. With bVisible:false, the filter doesn't work anymore. I also tested, to set the columnvisibility to false, the add the data and then set visibility to true again - without success. The offset will appear again when I set the visibility to true again.
Is there a solution for this problem?
Here ist the link for the liveexample. I commented the last rows.
http://live.datatables.net/ebutuh/2/edit#source
Best regards
Martin
This discussion has been closed.