Hi everyone,
I have a problem with column visibility and the new responive extension. This is somewhat related to my previously unanswered post that you can find here : http://datatables.net/forums/discussion/22043/getting-properties-of-object-returned-by-serversideprocessing-even-if-not-used-in-any-column-v1-10#latest .
I have many hidden columns because I need to keep some extra informations from what is displayed by my dataTable. Then I hide these columns and I can access the values in the "object" parameter of the "rowCallback" event.
I wanted to use the new responsive extension which is really great but it seems that the extension hides the columns when resizing the window. Then, when the child row is displayed by clicking on the "+" button, it's filled by all the hidden columns' informations including the columns that I didn't want to be shown.
I'm almost sure that this problem could be solved by customizing the responsive.details.renderer function but, anyway, this would also be solved if I would be able to access all the properties of the objects retrieved by the server even if these properties are not in any column.
Thanks for your help.