Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Releases: jamesdordoy/laravel-vue-datatable

Bug fix, correction to column ordering by default

22 Oct 16:08
Compare
Choose a tag to compare

Will now use first column as order by index.

Prop added for default ordering

17 Oct 14:22
Compare
Choose a tag to compare

Can now specify what column the table should be order by, by default.

Added prop for specifying default order by direction

16 Oct 15:50
Compare
Choose a tag to compare
0.3.15

0.3.15, correction to prop name.

Added Exception for column not found

06 Oct 18:36
Compare
Choose a tag to compare

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

27 Sep 11:33
Compare
Choose a tag to compare

Added functionality to override table body and fixed filter issue

19 Sep 15:12
Compare
Choose a tag to compare

New Feature, added optional URL filtering for tables.

20 Aug 16:19
Compare
Choose a tag to compare

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..

20 Aug 13:50
6e3e23e
Compare
Choose a tag to compare
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.

12 Aug 17:42
Compare
Choose a tag to compare
0.3.1

0.3.1 Added new meta value to columns array.