conjunto.tables
¶
conjunto.tables.ActionButtonType
¶
Bases: IntegerChoices
Action buttons type, and their weights.
conjunto.tables.ActionButtonsTable
¶
Bases: UpdateTableMixin, Table
A table mixin that provides an "actions" column for row actions.
The table will update itself if a given event is triggered. Per default,
the actions column is positioned at the end via Meta.sequence. However,
if you use your own Meta.sequence, don't forget to add the "actions"
column at the end.
| Parameters: |
|
|---|
render_actions(record)
¶
sort all desired buttons (standard and IActionMenu generated) by weight, and render them.
conjunto.tables.UpdateTableMixin
¶
A table mixin that that updates itself using HTMX when a javascript event is triggered.