You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated DataColumn class to render link based on GridView::sorterIcons
Description of GridView::sorterIcons:
/** * @var array the configuration for sorter icons. The array key must have an `SORT_ASC` and * SORT_DESC entry. The `sorterIcons` property defaults to following if not overridden: * For Bootstrap 4.x and 5.x: * [ * SORT_ASC => '<i class="fas fa-sort-amount-down-alt"></i>', * SORT_DESC => '<i class="fas fa-sort-amount-up"></i>' * ] * For Bootstrap 3.x: * [ * SORT_ASC => '<i class="glyphicon glyphicon-sort-by-attributes"></i>', * SORT_DESC => '<i class="glyphicon glyphicon-sort-by-attributes-alt"></i>', * ] */public$sorterIcons = [];
The text was updated successfully, but these errors were encountered:
GridView::sorterIcons
GridLinkSorter
class to render sorterDataColumn
class to render link based onGridView::sorterIcons
Description of
GridView::sorterIcons
:The text was updated successfully, but these errors were encountered: