Sorting link with params

  • Thread starter Thread starter FoxSecrets
  • Start date Start date

FoxSecrets

Guest
Member
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>

Continue reading...

Continue reading...
 
Top