Skip to content
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 footer in eds-core-react & eds-data-grid-react #3624

Merged

Commits on Sep 11, 2024

  1. feat: add Table footer component to eds-core-react

    - Implemented the Table footer component with optional sticky property for a fixed footer.
    - Updated `Table.docs.mdx` to include documentation for the Table footer.
    - Added Table footer to the storybook to showcase various use cases.
    - Updated test suites to cover edge cases and ensure proper functionality of the Table footer.
    zulu-eq-bouvet committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7468f40 View commit details
    Browse the repository at this point in the history
  2. feat(eds-data-grid): add Table Footer component

    feat(eds-data-grid): add Table Footer component
    
    - Added the possibility to show a footer in the data grid.
    - Enabled the option to make the footer fixed.
    - Added `footerClass` and `footerStyle` as component props for custom styling.
    - Updated docs and stories to include the new footer functionality.
    - Updated test suites to cover edge cases and ensure proper functionality of the Table Footer.
    
    chore: extract Resizer and TableCell components
    
    -`Resizer` is now a separate module to enhance reusability and scalability.
    - Renamed `Cell` to `TableCell` and moved it to a separate module for better reusability and scalability.
    zulu-eq-bouvet committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    133d789 View commit details
    Browse the repository at this point in the history