LiveAntd.Components.Table.Column (live_antd v0.1.0)
Defines a column for the parent table component.
The column instance is automatically added to the table's
cols
slot.
Properties
- label :string, required: true - Column header text.
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/1
.
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this section Functions
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1
.
Link to this function
render(arg)
Callback implementation for Phoenix.LiveComponent.render/1
.