Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
Single-row tables¶
A single-row table is a table that has only one row and hence does not need any navigation or any other display mode than detail. Examples:
The My settings form (
lino.modlib.users.Me
)The Site config form (
lino.modlib.system.SiteConfigs
)The My invoicing plan of the
lino_xl.lib.invoicing
pluginThe Accounting report of the
lino_xl.lib.sheets
plugin
These are implemented using the default_record_id
attribute.