Skip to content

Releases: Kyslik/column-sortable

minor patch

28 Nov 11:52
Compare
Choose a tag to compare

introducing $sortableAs see #44.

stable

19 Sep 18:47
Compare
Choose a tag to compare

Implemented #38 and #39.


Table name is always prepended to order by clause; see #39

$model->getTable() . '.' . $column;


@sortablelink() directive now accepts 3rd parameter... more here and #38.

Stable

10 Sep 21:46
Compare
Choose a tag to compare

Added belongsTo, overriding queryOrderBuilder (it is possible to write your own joins).

Fixes issue #36

08 Sep 13:31
Compare
Choose a tag to compare

Fix issue #36, now accepting ' and ", formatting functions can be passed

@sortablelink("id", trans('column-sortable.id'))
@sortablelink("name", "Name")
@sortablelink('email')
@sortablelink('detail.phone_number', trans('column-sortable.phone'))

Stable

08 Sep 13:29
Compare
Choose a tag to compare
  • Refactoring && tests added (dev-tests branch)
  • Readme updated
  • Config has been slightly changed

To republish configuration use

$ php artisan vendor:publish --provider="Kyslik\ColumnSortable\ColumnSortableServiceProvider" --tag="config"

Clear your views

$ php artisan view:clear

Laravel 5.3 updated

25 Aug 12:13
Compare
Choose a tag to compare

composer.json updated
ColumnSortableServiceProvider.php updated since extending blade in L5.3 changed - see https://laravel.com/docs/5.3/upgrade#upgrade-5.3.0

minor update

01 Aug 04:53
Compare
Choose a tag to compare

minor update

22 Jul 13:22
Compare
Choose a tag to compare

merge PR -> adding support for 'clickable icon'
adding support for 'icon-anchor separator' which makes sense in case you have clickable icon turned on (true); separator creates possibility to style icon and anchor-text properly

minor update

04 Apr 15:19
Compare
Choose a tag to compare

minor update

15 Feb 12:25
Compare
Choose a tag to compare

some config file, readme, composer changes.

#17 implemented.