10 lines
597 B
HTML
10 lines
597 B
HTML
|
<th style="max-width:100%;white-space:nowrap;">
|
||
|
<button type="button"
|
||
|
style="cursor:pointer;background:none;border:none;color:inherit;font:inherit;outline:inherit</a>"
|
||
|
{% if form %}form="{{ form }}"{% endif %}
|
||
|
hx-include="[name='search-form']"
|
||
|
hx-post="{{ url }}?direction={{ opposite-direction }}&sort-by={{ sort }}&limit={{ limit }}"
|
||
|
hx-trigger="click"
|
||
|
hx-target="{{ hx-target }}">{{ name }} {% if sort-by == sort and direction == "asc" %}↑{% elif sort-by == sort and direction == "desc" %}↓{% endif %}</button>
|
||
|
</th>
|