djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Pivot Table

python component Data Display 9 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.pivot_table import PivotTable

component = PivotTable(data=None,
    rows='',
    cols='',
    values='',
    agg='sum',
    title=None,
    show_totals=True,
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 9
NameTypeDefault
data typing.Optional[list] None
rows <class 'str'> ''
cols <class 'str'> ''
values <class 'str'> ''
agg <class 'str'> 'sum'
title typing.Optional[str] None
show_totals <class 'bool'> True
custom_class <class 'str'> ''
kwargs