{% comment %}
Table column header - Individual column definition
sortable: Can be clicked to sort
sorted: Currently sorted column
direction: Sort direction (asc/desc)
sort_key: Data attribute key for sorting
{% endcomment %}
{% if sortable %}
{{ slot }}
{% if sorted %}
{% if direction == "desc" %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{% else %}
{{ slot }}
{% if sorted %}
{% if direction == "desc" %}
{% else %}
{% endif %}
{% endif %}