-
Notifications
You must be signed in to change notification settings - Fork 520
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): add click event for the entire row <tr> #353
Conversation
click function like on the Dropdown
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@9uenther is attempting to deploy a commit to the Nuxt Labs Team on Vercel. A member of the Team first needs to authorize it. |
This is very useful. I have used it a lot before to show a sub table with different data or trigger an event when clicking on a table row. |
Still thinking of what would be the option here, either passing a |
I prefer the click function in each element, it is very flexible and sometimes better than the global callback. |
The use case I used before was global click, but it's good for each item. |
✅ Live Preview ready!
|
I've added an example in the docs, let me know what you think 😊 |
Can you please share the screenshot @9uenther. Question
|
I've changed my mind on this and made a |
You can add event sort? It is necessary to order large data and send as a parameter to the endpoint |
Is an issue not already open for this? |
Resolves #410
click function like on the Dropdown