OctantisWeb.Components.PolarisWC.STableRow (octantis v0.2.0)

View Source

Display a row of data within the body of a table.

Summary

Functions

Display a row of data within the body of a table.

Functions

s_table_row(assigns)

Display a row of data within the body of a table.

Attributes

  • click_delegate (:string) - The ID of an interactive element (e.g. s-link) in the row that will be the target of the click when the row is clicked. This is the primary action for the row; it should not be used for secondary actions.

    This is a click-only affordance, and does not introduce any keyboard or screen reader affordances. Which is why the target element must be in the table; so that keyboard and screen reader users can interact with it normally.

  • Global attributes are accepted.

Slots

  • inner_block