Replies: 1 comment 2 replies
-
Check the example on shadcn-svelte websites. It includes exactly what you want: https://www.shadcn-svelte.com/docs/components/data-table#row-actions |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to create a table where the last cell of each row contains a dropdown menu.
In that menu, I have an option that is "Edit", it should transform all the cells to inputs.
Is there an easy way to pass that event to all the cells of a row?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions