Tables

bootlace.table Package

Classes

Table([decorated_classes])

Base class for class-defined tables.

ColumnBase(heading[, name])

Base class for table columns.

Heading(text[, icon])

A heading for a table column.

Column(heading[, name, format])

A column in a table, which shows the value of an attribute.

CheckColumn(heading, name, yes[, use, ...])

A column which shows a checkmark or X based on the value of the attribute.

Datetime(heading[, name, format])

A column which shows a datetime attribute as an ISO formatted string.

ActionColumn(heading, name, endpoint, label, a)

A column which links to a view for the value.

Class Inheritance Diagram

Inheritance diagram of bootlace.table.base.Table, bootlace.table.base.ColumnBase, bootlace.table.base.Heading, bootlace.table.columns.Column, bootlace.table.columns.CheckColumn, bootlace.table.columns.Datetime, bootlace.table.columns.ActionColumn