DataTables / Responsive

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

fix: Custom complex footer overflow #89

Closed ethol closed 9 months ago

ethol commented 8 years ago

Hello, My instance of DatatTables used custom footer which were also formatted, this caused the table to overflow at times. Some debugging tracked the error to the calculation of the footer size, seems the cloned footer did not contain its child elements. This change fixed the issue for me, but possible the same error still subsides in the header.

If you want to use it I'm happy if it is released under the MIT license.

DataTables commented 8 years ago

Thanks - i'm not going to pull this in immediately as I want to try and make some time to investigate what the full impact of this will be. it might be fine, but I want to check into it a bit.

ethol commented 8 years ago

Thats good, I wasent sure if this was the best way to solve this myself. Main point was to inform you. If, you want my footer formatter or for me to try to recreate the bug, just ask.

AllanJard commented 9 months ago

I've recently added support for complex headers and footers with Responsive in this commit. It will ship alongside DataTables 2 as the Responsive 3 release.