Skip to content

feat(UTable): add #default, #head and #body slots #4093

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

Draft
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

miguelrk
Copy link

@miguelrk miguelrk commented May 6, 2025

Exposing a #default slot allows rendering custom non-table views (e.g. cards, gallery, calendar, list) while being able to utilize the tableApi and tableRef functionality. #head and #body added for completeness, in case overriding only one or the other is preffered.

Exposing a `#default` slot allows rendering custom non-table views (e.g. cards, gallery, calendar, list) while being able to utilize the `tableApi` and `tableRef` functionality. `#head` and `#body` added for completeness, in case overriding only one or the other is preffered.
@benjamincanac benjamincanac marked this pull request as draft May 7, 2025 08:15
@miguelrk miguelrk changed the title feat(UTable): add #default, #head and #body` slots feat(UTable): add #default, #head and #body slots May 7, 2025
@benjamincanac benjamincanac added the v3 #1289 label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants