Editable ZOD-based table component #18287
Unanswered
stefaanMLB
asked this question in
Quasar App Extensions
Replies: 0 comments
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.
-
We published an editable table component that auto-generates columns from ZOD schemas
• Column UI components are adapted to the type declared for that column in the ZOD schema
• Edit inline with Enter/Esc shortcuts
• Nested object properties (dot notation)
• CRUD actions (add/clone/delete)
• Customer extra actions can be added (with icon of your choice)
We're using this within our organisation, the idea is to avoid custom-building tables over-and-over again but instead to use ZOD as the single source of model truth.
📦 npm install @radon-be/quasar-app-extension-zod-table
🔗 https://github.com/radon-be/quasar-zod-editable-table
Beta Was this translation helpful? Give feedback.
All reactions