Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(menu): toggle filter bar could be out of sync w/horizontal scroll
- when toggling the filter bar (on and off), the horizontal scroll could become out of sync (the alignment of the filters with the column and its data), this happen because the filters are recreated every time we toggle back the filter bar, for that issue we simply need to move the horizontal scroll back to top-left and that fixes the issue
- Loading branch information