Philtre.Table (philtre v0.9.2)
Implementation for a table section/component of the editor
To add to editor, use /table
.
The current implementation starts of with a single cell, to which additional rows and cells can be added and removed from.
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.handle_event/3
.
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this section Functions
Link to this function
handle_event(binary, map, socket)
Callback implementation for Phoenix.LiveComponent.handle_event/3
.
Link to this function
html(table)
Link to this function
read_only(assigns)
Link to this function
render(assigns)
Callback implementation for Phoenix.LiveComponent.render/1
.