I got into a weird issue. I built an app using Dash, which worked perfectly fine till yesterday. All of a sudden, the horizontal scrollbar at the bottom of Dash Table Experiments disappeared, as a result of which I don’t see all the columns in my table. (in Chrome)
However, in IE, the application works fine. Any ideas as to why this could be happening?
I tried adding the ‘overflow’ option in css, but it just adds a scrollbar at the bottom of the table, which doesn’t even move much.
Just confirming I have the same issue… (and have quite a big table in deployment that people need to scroll horizontally, so also somewhat of an urgent issue…)
I would suggest switching to dash_table instead of using dash_table_experiments. You can see my example of horizontal scrolling in the above link (I am using Chrome as well), or read this page DataTable Width & Column Width | Dash for Python Documentation | Plotly which mentions Horizontal Scroll.
The horizontal scrolling still doesn’t work in Chrome. But I would love to stay with data-table-experiments because filtering of column works much better there. Is there a way for filtering in dash_table to look the same way as it does in _experiments? In dash_table it is practically not usable. So I need either to fix horizontal scroll with _experiments in Chrome or switch to dash_table and have filtering look as it is in _experiments. Any ideas?