[RSS Feed/News] Sorting link with params

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I need to pass a string param to my page in order to sort table columns but no success.
How to correctly pass params in a link tag? Should url be configured?

TEMPLATE:
Code:

<a href="{{ link('my-page/sort', {'column': 'category'}, {'order': 'asc'}) }}" title="Sort by ASC"><i class="fas fa-sort-amount-up"></i></a>
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom