plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

When using fixed_rows & filtering with a horizontal scroll bar, if a filter returns no values you can't scroll back #746

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

In these examples, I am unable to scroll back to my filter expression in the right of the container

fixed-rows-filtering-2

fixed-rows-filtering

We should be able to scroll via the headers (#548 ) or in the empty body.

cc @Marc-Andre-Rivet

Marc-Andre-Rivet commented 4 years ago

Note: Remove limitation from https://dash.plotly.com/datatable/height (https://github.com/plotly/dash-docs/pull/847/files) once fixed

noisycomputation commented 4 years ago

As of dash-table 4.7.0 and dash 1.12, the header doesn't scroll horizontally at all when fixed_rows is true.

I guess the documentation pages are running these versions, since this bug can be seen at https://dash.plotly.com/datatable/height (last table in Vertical Scroll With Fixed Headers).

OnDraKoon commented 3 years ago

Hi, has there been a progress on this issue? It has been already over a year since it was established. I am experiencing an additional issue related to this while using Dash in our web app product for a stakeholder: When rows and columns are fixed and when there is also a horizontal scroll, the table collapses into a tiny little one if a filter returns no values.

danimaddux commented 2 years ago

Hi, has there been a progress on this issue? It has been already over a year since it was established. I am experiencing an additional issue related to this while using Dash in our web app product for a stakeholder: When rows and columns are fixed and when there is also a horizontal scroll, the table collapses into a tiny little one if a filter returns no values.

@OnDraKoon Our team is experiencing this issue as well.

Has there been any progress on this fix? Thanks!

gandhis1 commented 1 year ago

I can also corroborate that bug. There is actually a stack overflow here where it was reported, but no resolution: https://stackoverflow.com/questions/70869896/dash-2-0-datatable-issue-with-fixed-colum-and-header-row-when-filtering

aeltanawy commented 1 year ago

Is there an ETA for fixing this issue?