Feat: Table footer in eds-core-react
& eds-data-grid-react
#3624
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this pull request change?
feat
:add Table footer component to eds-core-react
Table.docs.mdx
to include documentation for the Table footer.feat:
add Table Footer component to eds-data-grid-react
footerClass
andfooterStyle
as component props for custom styling.chore
: extractResizer
andTableCell
componentsResizer
is now a separate module to enhance reusability and scalability.Cell
toTableCell
and moved it to a separate module for better reusability and scalability.Why is this pull request needed?
This pull request adds support for displaying the table footer in both
eds-core-react
andeds-data-grid-react
. Additionally, it introduces a property that allows the footer to be fixed akasticky
.Note:
We do not have a design for the Table footer component, so it currently inherits header cell token values. This can be modified in a future update.