{{-- A data table. Its callers write ``, ``, `` and `` as they always do; how they look is resources/css/components/table.css, keyed on the `data-table` attribute set here (the top of that file says why). `size="xs"` for a table inside a panel inside a panel. A selected row is ``. Horizontal scrolling stays the caller's — wrap the table in `
` where the page needs it. A column that sorts is ``. --}} @props([ 'size' => 'sm', ]) {{ $slot }}