Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

38 lines (19 loc) · 1.46 KB

Release Notes

[v0.6.0 (2020-10-04)]

Changed

  • Updated the slot-scope name for tableData to tableFilters. the slot-scope for tableData now reflects the table data

[v0.3.0 (2019-07-23)]

Changed

  • Updated the event system to allow for different events to be passed through. Changed column prop click-event to event and handler (#2f28d66)

[v0.3.1 (2019-08-12)]

Changed

  • Added new column attribute meta. This allows custom values, functions etc. to be parsed to the custom components (#2570f00)

[v0.4.0 (2019-11-21)]

Changed

  • Changed the model trait method in the Laravel Package. Changed method name dataTableQuery to eloquentQuery as there is now an additional method for using the Laravel Query Builder. (#2570f00)

[v0.5.0 (2019-12-26)]

Changed

  • Changed the filterable column prop in the table to orderable as it is a more appropriate name. (#a521a8)

[v0.6.0 (2020-01-23)]

Changed

  • Changed table cell comp prop to component. (#a521a8)