V2 Table Versions Save

A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/

v3.0.1

6 years ago

Change Log

  • fix #11
  • Add isReset parameter for updateScrollbar methods.

v3.0.0

6 years ago

Change Log

  • Replace row-height with cell-height
  • Replace div element with table element

v2.1.0

6 years ago

Chang Log

v2.0.0

6 years ago

Feature

  • Supports render-header prop to custom render column label
  • Integration beautify-scrollbar
  • Sync checkbox list style with table row

BugFix

  • 无边框多选时 选择框的列表出现了 border(#10 )

v1.2.3

6 years ago

Feature

  • Supports updateScrollbar method of table

v1.2.2

6 years ago

Feature

  • Supports toggleRowSelection method of table.

BugFix

  • fix #7
  • fix #6

v1.2.1

6 years ago

Feature

  • Supports col-height prop of table
  • Set default value of column width

Bugfix

  • Fix #4

v1.1.1

6 years ago

Feature

  • Support lazy-load
  • Separate scrollbar components, you need install beautify-scrollbar together.

Bugfix

  • fix #3