This repository was archived by the owner on Oct 24, 2018. It is now read-only.
1.4.0
- Fixed cell rendering: HTML is now escaped by default. If you want raw html, use the new scoped slots feature
- Added scoped slot support to
table-columns
for custom column contents - Added the
filter-input-class
prop to thetable-component
component (filterInputClass
in settings) - Added the
header-class
andcell-class
props to thetable-column
component (headerClass
andcellClass
in settings) - Added a minified build:
vue-table-component/dist/index.min.js
- Fixed the parsing of the a date format that contains
: