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
When use <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"> <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" crossorigin="anonymous"></script>
Sort down icon not show correctly, recommend changing fa-sort-amount-down-alt to fa-sort-amount-down
vendor/kartik-v/yii2-grid/src/GridViewTrait.php
public static function getDefaultSorterIcons($notBs3)
{
if ($notBs3) {
return [
SORT_ASC => '<i class="fas fa-sort-amount-down-alt"></i>',
SORT_DESC => '<i class="fas fa-sort-amount-up"></i>',
];
}
The text was updated successfully, but these errors were encountered:
When use
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" crossorigin="anonymous"></script>
Sort down icon not show correctly, recommend changing fa-sort-amount-down-alt to fa-sort-amount-down
vendor/kartik-v/yii2-grid/src/GridViewTrait.php
The text was updated successfully, but these errors were encountered: