I did a complete search about adding new fields in Vue.js 3 + Vite + VueGoodTable but it just doesn't work! It appears empty.
I used the codes from guide: https://xaksis.github.io/vue-good-table/guide/advanced/#adding-custom-columns and from this https://jsfiddle.net/marekfilip/jm4ywzor/
Using the snippet from jsfiddles it only shows this: [![enter image description here][1]][1] [1]: https://i.stack.imgur.com/S8xv4.png
For the jsfiddle I only changed new Vue with:
<script>
import { VueGoodTable } from 'vue-good-table-next';
export default({
components: {
VueGoodTable
},
Any ideas?