Neatness Demo
Column: id
Direction: desc
ID
|
Title
|
Date
|
10 |
Title - 9 |
2023-10-15 16:03:50 |
9 |
Title - 8 |
2023-10-15 16:03:50 |
8 |
Title - 7 |
2023-10-15 16:03:50 |
7 |
Title - 6 |
2023-10-15 16:03:50 |
6 |
Title - 5 |
2023-10-15 16:03:50 |
stdClass Object
(
[key] => id
[column] => id
[direction] => desc
[appends] => Array
(
[orderby] => id
[direction] => desc
)
[urls] => Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[id] => https://demo-laravel52.capilano-fw.com/neatness?orderby=id&direction=asc
[title] => https://demo-laravel52.capilano-fw.com/neatness?orderby=title&direction=desc
[date] => https://demo-laravel52.capilano-fw.com/neatness?orderby=date&direction=desc
)
)
[labels] => Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[id] => ID
[title] => Title
[date] => Date
)
)
[symbols] => Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[id] =>
[title] =>
[date] =>
)
)
[texts] => Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[id] => ID
[title] => Title
[date] => Date
)
)
[all_urls] => Illuminate\Support\Collection Object
(
[items:protected] => Array
(
[id] => Array
(
[asc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=id&direction=asc
[desc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=id&direction=desc
)
[title] => Array
(
[asc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=title&direction=asc
[desc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=title&direction=desc
)
[date] => Array
(
[asc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=date&direction=asc
[desc] => https://demo-laravel52.capilano-fw.com/neatness?orderby=date&direction=desc
)
)
)
)