koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Show file values using v-data-table #246

Closed timonviola closed 3 years ago

timonviola commented 3 years ago

It would be nice to display (json) data in a table. Using v-data-table enables a lot of features e.g.: pagination, ordering columns etc.

The rationale of using a custom-table component is to show contents of a file in-lined to a form. I made a slightly more advanced example that could fit well next to v-jsf-toast-ui-editor , v-jsf-tiptap and v-jsf-corp-img wrappers.

A mini-demo.gif is attached. vjsf-table

The PR could be distantly related to #143