ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,691
- Points
- 823
Reputation:
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:
Continue reading...
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...