dash-table icon indicating copy to clipboard operation
dash-table copied to clipboard

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

Open chriddyp opened this issue 5 years ago • 6 comments

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

chriddyp avatar Apr 15 '20 00:04 chriddyp

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

Marc-Andre-Rivet avatar Apr 27 '20 13:04 Marc-Andre-Rivet

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).

noisycomputation avatar May 14 '20 21:05 noisycomputation

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 avatar Jul 07 '21 09:07 OnDraKoon

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!

danimaddux avatar Aug 02 '22 21:08 danimaddux

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

gandhis1 avatar Jan 18 '23 13:01 gandhis1

Is there an ETA for fixing this issue?

aeltanawy avatar Aug 28 '23 23:08 aeltanawy