DataTables / Responsive

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

FIX: nested tables break responsivnes of other columns #88

Closed PiotrZabowka closed 8 years ago

PiotrZabowka commented 8 years ago

When there is a nested table in a cell and it's loaded using ajax the number of all found cells in a row is higher than number of columns in a table. That breaks hiding cells at the end of a row. I'm taking only immediate children or TR not all

DataTables commented 8 years ago

Sounds good to me - thanks for this! Are you happy for this to be included under the MIT license?

PiotrZabowka commented 8 years ago

Sure