vue3-table-lite

QuickStart

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.

Install

npm install vue3-table-lite --save

Include

import VueTableLite from 'vue3-table-lite'

TypeScript Include

import VueTableLite from 'vue3-table-lite/ts'