This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
Releases: spatie/vue-table-component
Releases · spatie/vue-table-component
1.4.2
- Added
cache-key
prop to manually set a cache key for local storage state - The filter input is now hidden when there are no filterable rows
1.4.1
- Fixed
regeneratorRuntime
issues
1.4.0-rc.9
Merge branch 'master' of github.com:spatie/vue-table-component
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
:
1.4.0-rc.5
fix pagination
1.4.0-rc.4
fix tests
1.4.0-rc.3
add refresh method
1.4.0-rc.2
add refresh method
1.4.0-rc.1
add rc release
1.3.0
- Added
formatter
property