Default ordering (sorting)/Basic initialisation (Datatables + Laravel 2022)

preview_player
Показать описание
With DataTables you can alter the ordering characteristics of the table at initialisation time. Using the order initialisation parameter, you can set the table to display the data in exactly the order that you want.

The order parameter is an array of arrays where the first value of the inner array is the column to order on, and the second is 'asc' (ascending ordering) or 'desc' (descending ordering) as required. order is a 2D array to allow multi-column ordering to be defined.
Default ordering (sorting) :
Рекомендации по теме
Комментарии
Автор

Thank you so much for your explication

nasnas