🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A Vue.js 2 component that enables inline editing functionality on your table cells.

Table

Documentation

vue-simple-table Vue2+

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> 

You May Also Like