add: new filtering layout
Correct icon for sorting ascending/descending
This commit is contained in:
parent
3fd26b4e66
commit
50ef15c1a6
4 changed files with 30 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
@click="setSortElement"
|
||||
/>
|
||||
<PpFormToggleButton
|
||||
:icons="['uil:sort-amount-up', 'uil:sort-amount-down']"
|
||||
:icons="['pp:sort-desc', 'pp:sort-asc']"
|
||||
:current="currentSortDirection"
|
||||
@click="countSortDirection"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue