-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Header > Row vertical misalignment when enabling sort in 'data-table' #521
Comments
I can't answer for what Hunter thinks about this particular issue. but what I have done in the past when I discovered an issue that was present in both then when it was fixed upstream in see: and then the same fix was merged in |
Thanks @ollema. You are one of those lucky ones that know both Svelte and React. I don't, I'm very new to both Svelte and web dev, so I felt it wouldn't be fair to raise an issue in the original shadcn based only on a screenshot from their docs and not something I can actually check myself. In any case, I created the issue there too |
I have never written a line of React in my life 😅 the issue I fixed (maybe this issue as well) was a CSS/tailwind issue so no knowledge of React was needed. if you are interested in contributing, I encourage you to give it a shot! you could start with if you find a fix for but if that sounds like a lot of work I understand fully |
Thanks, I'll try to do what you suggest in the 2nd paragraph |
Closing this issue for now. Feel free to reopen if this is addressed in the original. |
Current Behavior
Reopening as the original shadcn does align the header with the row when sort is enabled.
Current Behavior
Header > Row vertical misalignment when enabling sort in 'data-table'
CIK - sort disabled
CIK - sort enabled
Expected Behavior
It should be aligned as minimum to the left and as maximum to have an option (left or right)
Here is the original shadcn
Steps To Reproduce
enable/disable
sort
in thedata-table
componentLink to Reproduction / Stackblitz (reproduction template)
No response
More Information
No response
The text was updated successfully, but these errors were encountered: