- Updated the event system to allow for different events to be passed through. Changed column prop
click-event
toevent
andhandler
(#2f28d66)
- Added new column attribute
meta
. This allows custom values, functions etc. to be parsed to the custom components (#2570f00)
- Changed the model trait method in the Laravel Package. Changed method name
dataTableQuery
toeloquentQuery
as there is now an additional method for using the Laravel Query Builder. (#2570f00)
- Changed the filterable column prop in the table to orderable as it is a more appropriate name. (#a521a8)
- Changed table cell comp prop to component. (#a521a8)