rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
5.94k stars 478 forks source link

fix: Bug with the bulk selection column with freeze columns #1468

Closed janvi01 closed 10 months ago

janvi01 commented 10 months ago

/claim #1463

The PR fixes the position of the bulk selection column and it resolves horizontal scrolling with freezed columns also.

Fixes #1463

Screenshot/Recording -

https://github.com/rowyio/rowy/assets/34344234/dd7e7a8a-bec7-45bc-8cde-efab24154424

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **rowy-typedoc** | ⬜️ Ignored ([Inspect](https://vercel.com/rowy/rowy-typedoc/4mg4p4H3Gyhx6HqSuVSYEq1tBpU1)) | [Visit Preview](https://rowy-typedoc-git-fork-janvi01-selectioncolumnfix-rowy.vercel.app) | Nov 3, 2023 3:38am |
vercel[bot] commented 10 months ago

@janvi01 is attempting to deploy a commit to the Rowy Team on Vercel.

A member of the Team first needs to authorize it.

il3ven commented 10 months ago

Thank you very much for the PR! I have merged #1466 as I liked the data-frozen approach a bit better. The position: sticky styles that you have added are already a part of StyledTable. Once again, the contribution is appreciated.