Forum

Sort button on Mobi...
 
Notifications
Clear all

Sort button on Mobile interface

1 Posts
2 Users
0 Reactions
22 Views
Posts: 1
Topic starter
(@huypt)
Member
Joined: 4 years ago

Hello, can I ask for a sort button (base on ticket numbers, ticket status, clients, agents...) on Mobile interface. Since by default view, the interface doesn't sort the tickets based on any fields and we have more than 50 tickets per day so I find it hard to take a quick look on all tickets on mobile interface. On PC, I used to sort every ticket based on ticket number first, then I'll check one by one in order just to make sure I don't miss any tickets.

Is it possible to do it by myself on CSS custom menu on should I wait for another release. Please help. Thanks a lot.


Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi @huypt,

Please add the following to Admin Panel > Theme Options > Custom CSS:

@media screen and (max-width: 550px) {
.action-button.muted[data-dropdown="#sort-dropdown"] {
display: inline-block;
font-size: 0;
}
.action-button i.icon-caret-down {
display: none !important;
}
i.icon-sort-by-attributes-alt {
margin: 0 -6px 0 0;
}
}


Reply
Share: