-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [sparkle] - feature: allow initial column order configuration for DataTable - Added a new `initialColumnOrder` prop to `DataTable` component for setting the initial state of column sorting - Updated `DataTable` stories to demonstrate usage with the new `initialColumnOrder` property * [sparkle] - refactor: update icon size and opacity logic in DataTable - Adjust the size of the sorting icon to 'xs' to improve visual appearance - Streamline opacity control for better clarity when the column is sorted or not * [sparkle] - feature: enhance row hover effect in DataTable component - Added a hover style to DataTable rows to indicate interactivity when 'onMoreClick' is provided - The hover style changes the border bottom color and applies opacity for better visual feedback * [sparkle] - feature: bump package version to 0.2.200 - Update the project version in package-lock.json and package.json for new release * [sparkle] - fix: improve row hover visual feedback in DataTable - Added a gray background to rows on hover to enhance the visibility of the currently selected row * [sparkle] - refactor: streamline DataTable row hover styling - Simplify hover state CSS by removing border color change on row clickability indication. --------- Co-authored-by: Jules <[email protected]>
- Loading branch information
1 parent
faf7bdf
commit c54ec1c
Showing
4 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters