-
Notifications
You must be signed in to change notification settings - Fork 117
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: table component #788
Conversation
* feat: table components initialized
* feat: added sticky last column * feat: added full story
* feat: fix css prettier issue
Great job! 🚀 Just, I think sorting works wrong. It looks right on the UI but should be working as ascending (A-Z / 1-9) sorting on the first click. It is working as Z-A / 9-1 in the storybook. Can we fix that? 🙏 @bariskaraca |
* feat: add numeric sort to id column in story
* feat: Remove console log in story * feat: Change map to foreach for querySelectorAll * feat: Change story title to Table
* feat: Refactor select all logic
* feat: Edit args table for table stories * feat: Remove nullish operator for closest
* feat: Add table stories
* feat: Edit sort function in story * feat: Add tooltip to table header in story
… into feature/datatable
* feat: Edit row selection story texts
* feat: Reset table scroll position on sort
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.
* feat: add background-clip to cell and header cell
* feat: remove sorting default icon
…sticky-header attribute
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.
* feat: fix border issue
* feat: add last child control for shadow left
* feat: remove disabled control for all checked state
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.
Thank you to all the contributors and maintainers for your dedication and hard work on the table component. Your efforts have truly elevated our project to the next level. 🚀
🎉 This PR is included in version 3.0.0-beta.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #142