DataTables / Responsive

Responsive extension for DataTables, providing support for complex tables on all device screen sizes
Other
148 stars 86 forks source link

Feature Request: Class to Hide Column From Detail/Child View Only #52

Closed joelcdoyle closed 8 years ago

joelcdoyle commented 8 years ago

I have a column that I want to appear in mobile-l and mobile-p breakpoints, and not be visible on tablet-l, tablet-p, and desktop breakpoints (working properly).

However, I also want the column NOT to appear in the details/child row of any breakpoint. Is this only achievable with the renderer option?

Summary: Never show in detail/child row, visible as column in max-mobile

DataTables commented 8 years ago

Yes this is correct - only the renderer option can be used to achieve this. If a column can be shown / hidden by Responsive, then it will be shown in the child row.

On the plus side, writing a custom renderer in the next version of Responsive will be much easier than it currently is. Hoping to have it released and documented next week.