FoxSecrets
Active 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:
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>