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.9.2
1.9.1
- Better IE support
1.9.0
- Better pagination component
- Fixed global settings that weren't always applies
- Fixed sorting with null values
1.8.1
- Fixed column contents with properties retrieved with dot notation
1.8.0
- Added a per-row click listener
<table-component @rowClick="handle">
- Removed lodash dependency for a leaner build size
- Republished package due to build issues
1.7.0
- Added named slot
tfoot
to display table footer information, receives row data as scoped properties
1.6.1
- Fixed a bug that didn't rerender the table when a column was changed
1.6.0
- Added
tbody-class
prop
1.5.0
- Added
thead-class
prop
1.4.3
- Fixed a bug that didn't rerender the table when a column was changed