sarga/config/datagrid.php

19 lines
255 B
PHP
Raw Normal View History

<?php
return [
/**
* Default OrderBy
*/
'defaultOrder' => [
'column' => 'id',
'direction' => 'desc'
],
/**
* Select distinct records only
*
* @type True || False
*/
'distinct' => true
];