View Source FranklinWeb.Components.AdminSimpleTable (Franklin v0.1.0)

Link to this section Summary

Functions

Attributes

  • rows (:list) - Defaults to [].

Slots

  • column - Columns with column labels. Accepts attributes:
    • label (:string) (required) - Column label.

Link to this section Functions

Link to this function

admin_simple_table(assigns)

View Source
@spec admin_simple_table(map()) :: Phoenix.LiveView.Rendered.t()

attributes

Attributes

  • rows (:list) - Defaults to [].

slots

Slots

  • column - Columns with column labels. Accepts attributes:
    • label (:string) (required) - Column label.