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

[Table Component] Add Slot for full row customization #3056

Open
LeonidevFR opened this issue Jan 9, 2025 · 0 comments
Open

[Table Component] Add Slot for full row customization #3056

LeonidevFR opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request triage

Comments

@LeonidevFR
Copy link

Description

I'd like to be able to have a slot on the Table Component in order to fully customize a row from my form. Currently, you're only able to customize the columns from the rows by using the <column>-data slot.

It might fit right after the <template v-for="(row, index) in rows" :key="index"> on line 78 in the Table.Vue Component.

My particular use case : I want to add a form on each of the table to handle single-line form validation, and not wrap the whole table inside a form.

The same thing should be applied in V3.

Additional context

Desired result (plain HTML) :

Image

@LeonidevFR LeonidevFR added enhancement New feature or request triage labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant