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

Export Dialog

python component Advanced 9 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.export_dialog import ExportDialog

component = ExportDialog(formats=None,
    columns=None,
    event='export',
    open=False,
    close_event='close_export',
    selected_format='',
    title='Export Data',
    custom_class='',
    kwargs)
html = component.render()
PARAMETERS 9
NameTypeDefault
formats <class 'list'> None
columns <class 'list'> None
event <class 'str'> 'export'
open <class 'bool'> False
close_event <class 'str'> 'close_export'
selected_format <class 'str'> ''
title <class 'str'> 'Export Data'
custom_class <class 'str'> ''
kwargs