Reverse order on activity report
This commit is contained in:
parent
1c28f893e7
commit
f7eb013935
1 changed files with 4 additions and 1 deletions
|
@ -23,9 +23,12 @@
|
||||||
data-show-columns="true"
|
data-show-columns="true"
|
||||||
data-show-export="true"
|
data-show-export="true"
|
||||||
data-show-refresh="true"
|
data-show-refresh="true"
|
||||||
data-sort-order="asc"
|
data-sort-order="desc"
|
||||||
|
data-sort-name="created_at"
|
||||||
id="activityReport"
|
id="activityReport"
|
||||||
data-url="{{ route('api.activity.index') }}"
|
data-url="{{ route('api.activity.index') }}"
|
||||||
|
data-mobile-responsive="true"
|
||||||
|
data-toggle="table"
|
||||||
class="table table-striped snipe-table"
|
class="table table-striped snipe-table"
|
||||||
data-export-options='{
|
data-export-options='{
|
||||||
"fileName": "activity-report-{{ date('Y-m-d') }}",
|
"fileName": "activity-report-{{ date('Y-m-d') }}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue