This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Releases: jamesdordoy/laravel-vue-datatable
Releases · jamesdordoy/laravel-vue-datatable
Bug fix, correction to column ordering by default
Will now use first column as order by index.
Prop added for default ordering
Can now specify what column the table should be order by, by default.
Added prop for specifying default order by direction
0.3.15 0.3.15, correction to prop name.
Added Exception for column not found
Exception will now run when a column name was not found. To improve on this, it would be better if the exception was thrown once and not for each time a row is rendered.
Added Laravel Relationships to datatable
Uses dot notation.
Added functionality to override table body and fixed filter issue
0.3.11 Spelling correction.
New Feature, added optional URL filtering for tables.
Users can now add their own filters and the table attributes to the url and local storage. Allowing filtering to be shared and remembered.
Bug fix to meta property and adjusted column index during filtering..
Feat correct column indexes (#11) * Update to push column name to back-end. * Correction for initial load. * Correcting tests. * Ready for new build.
Added meta property to columns array.
0.3.1 0.3.1 Added new meta value to columns array.