simple table inline edit
Need to install another component Vue Context Menu
Demo & example https://cukikt0302.github.io/vue-simple-table/index.html
usage
<template>
<my-table :config="config" :header="header" :data="data"></my-table>
</template>
<script>
import my_table form 'vue-simple-table'
components: {
'my-table': my_table
}
or
components {
'my-table': required('vue-simple-table.vue')
}
</script>