DataTables / Responsive

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

Transparency with Scroller & Tabs & scrollCollapse #70

Closed MacTwister closed 9 months ago

MacTwister commented 8 years ago

I am developing an application where I have four tables each behind a bootstrap tab on one page. One of the tables has few rows, so I enabled scroll collapse and it causes all the tables not to render the correct width for the columns when I first navigate to the tab. If I navigate to the tab a second time, everything is corrected and looks good. See my jsfiddle for an example, even when I disable scrollCollapse I still have column width issue, so maybe its not fully related to that.

http://jsfiddle.net/wyxL75xt/

Update: Also when you first click the 2nd tab, you notice a lot of space with no rows (transparent), and if you try to scroll down for more records, it does some weird stuff (ie no fill the container with rows).

DataTables commented 8 years ago

Thanks for the test case. I would be reasonably certain that this is a duplicate of #56 and #66.

I'll try to make some time to look into it next week.

The Scroller issue is definitely a separate bug.

AllanJard commented 9 months ago

Missed this when closing #66.