-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: Added Resizable Wrapper for Ant Design Table #2014
Conversation
Welcome to the SigNoz community! Thank you for your first pull request and making this project better. 🤗 |
91692e4
to
cb96aa3
Compare
…o fix/issue-1792
…o fix/issue-1792
780d2d1
to
678533b
Compare
678533b
to
c142177
Compare
frontend/src/components/ResizeTableWrapper/ResizeTableWrapper.tsx
Outdated
Show resolved
Hide resolved
e4db598
to
0384fd2
Compare
2500679
to
98fca39
Compare
It overall looks good. But there is high sensitivity on cursor drag. If we can have a quick fix for that then it would be awesome otherwise LGTM. Sharing a loom for the same |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a single instance of Table as components={{ header: { cell: ResizableHeader } }} is used every where
Close: #1792