gviz_data_table.cell module

class gviz_data_table.cell.Cell(typ, value, label=None, options=None)[source]

Bases: object

Cells have values which must conform to their types. They can also have labels

Cell attributes (python:javascript) mapping

{‘value’:’v, ‘label’:’f’, ‘options’:’p’}

label
options
type
validate(value)[source]

Check that a value conforms to the column type. Or is None.

value