Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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