<.header> Packets <.table id="packets" rows={@packets}> <:col :let={packet} label="sender"> <.link navigate={~p"/packets/#{packet.base_callsign}"} class="text-blue-600 hover:text-blue-800 underline" > {packet.sender} <:col :let={packet} label="ssid">{packet.ssid} <:col :let={packet} label="base_callsign"> <.link navigate={~p"/packets/#{packet.base_callsign}"} class="text-blue-600 hover:text-blue-800 underline" > {packet.base_callsign} <:col :let={packet} label="data_type">{packet.data_type} <:col :let={packet} label="destination">{packet.destination} <:col :let={packet} label="information_field">{packet.information_field} <:col :let={packet} label="path">{packet.path}