nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.79k stars 463 forks source link

Make an inplace editable table #2168

Closed danielenriquez59 closed 5 days ago

danielenriquez59 commented 1 week ago

Description

When using a Table component, it would be a cool feature to allow the items to be modified in place and an event emitted. There arent really many good solutions for this in Vue ecosystem, that I know of.

Additional context

No response

noook commented 1 week ago

I would think of https://www.ag-grid.com/vue-data-grid/getting-started

benjamincanac commented 5 days ago

Sorry but this is not planned at the moment, we can't handle every use-case for the Table component. However, you might be able to handle this yourself using slots: https://ui.nuxt.com/components/table#column-data