Skip to content

Commit

Permalink
default sort
Browse files Browse the repository at this point in the history
  • Loading branch information
stokic committed Dec 7, 2023
1 parent 11788ce commit 14f6672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTables/LeadActivityDataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function html(): HtmlBuilder
->minifiedAjax()
->addTableClass('table-striped')
->pageLength(25)
->orderBy(7, 'asc') // Set default order by 'start_date' asc
->orderBy(8, 'asc') // Set default order by 'start_date' asc
->language("https://cdn.datatables.net/plug-ins/1.13.1/i18n/de-DE.json");
}

Expand Down

0 comments on commit 14f6672

Please sign in to comment.