Grids icon indicating copy to clipboard operation
Grids copied to clipboard

How to Sortable grid to Desc

Open prabukarana opened this issue 7 years ago • 2 comments

How to change default grid show from asc to desc.

prabukarana avatar Nov 01 '17 01:11 prabukarana

use Grid::SORT_DESC

ex.

(new FieldConfig('xyz'))
    ->setLabel('xyz')
    ->setSortable(true)
    ->setSorting(Grid::SORT_DESC)    

wdog avatar Nov 02 '17 15:11 wdog

Nice.. thq..

prabukarana avatar Nov 06 '17 03:11 prabukarana