0.4.16 • Published 1 year ago

vue-table-dynamic-sum v0.4.16

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-table-dynamic-sum

English | 简体中文

vue-table-dynamic-sum is a vue component of dynamic table. It's designed to respond to data changes in real time, and oriented to the runtime. This fork has new includeSumInSearch parameter.

If true every row that has 'Σ' sign in one of the cells will be included in search.

Features

  • Multiple Select
  • Search
  • Sort
  • Filter
  • Pagination
  • Edit
  • Border
  • Stripe
  • Highlight
  • Column Width
  • Configure Header
  • Fixed Header
  • Fixed Columns
  • Slot

Install

$   npm install vue-table-dynamic-sum --save

Usage

Import

import VueTableDynamic from 'vue-table-dynamic-sum'

Registration

Global registration

Vue.use(VueTableDynamic)

Local registration

<script>
export default {
  components: { VueTableDynamic }
}
</script>

Basic Table

Basic table usage

basic

0.4.16

1 year ago

0.4.15

2 years ago

0.4.14

2 years ago

0.4.13

2 years ago

0.4.12

2 years ago

0.4.11

2 years ago

0.4.10

2 years ago