Current section
Files
Jump to
Current section
Files
lib/exq_ui_web/live/scheduled_live/index.html.heex
<.live_component config={@config} module={ExqUIWeb.StatsComponent} id="stats" />
<.live_component
config={@config}
module={ExqUIWeb.TableComponent}
id="scheduled-table"
actions={@actions}
columns={@columns}
items={@items}
total={@total}
current_page={@current_page}
page_size={@page_size}
/>