inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

🐛 Bug: Grid Scrolls to the Left When Select Filter is Opened #406

Open HumayunAhmed-Breakthru opened 4 months ago

HumayunAhmed-Breakthru commented 4 months ago

Issue: When using ReactDataGrid, there's a bug causing the grid to scroll back to the beginning when opening the select filter after already selecting a value.

Steps to reproduce:

  1. Navigate to https://reactdatagrid.io/demo.
  2. Scroll to the far right within the grid.
  3. Choose a value from the Department filter.
  4. Click away from the dropdown/select to remove focus.
  5. Click the dropdown/select again. The grid unexpectedly scrolls to the far left.

Demo GIF: datagridbug