Skip to content

msaJustPyUI Module

.justpy.gridcomponents


Attributes

Classes

AgGrid

Bases: JustpyBaseComponent

Attributes

allowed_events instance-attribute
allowed_events = []
auto_size instance-attribute
auto_size = True
classes instance-attribute
classes = ''
default_grid_options class-attribute
default_grid_options = {
    "animateRows": True,
    "rowDragManaged": True,
    "defaultColDef": {
        "filter": True,
        "sortable": True,
        "resizable": True,
        "unSortIcon": True,
        "cellStyle": {"textAlign": "center"},
        "headerClass": "font-bold",
    },
    "columnDefs": [],
    "rowData": [],
}
evaluate instance-attribute
evaluate = []
html_columns instance-attribute
html_columns = []
options instance-attribute
options = Dict(self.default_grid_options)
pages instance-attribute
pages = {}
row_data_converter instance-attribute
row_data_converter = None
show instance-attribute
show = True
style instance-attribute
style = "height: 99vh; width: 99%; margin: 0.25rem; padding: 0.25rem;"
theme instance-attribute
theme = 'ag-theme-balham'
vue_type class-attribute
vue_type = 'grid'

Functions

__init__
__init__(**kwargs)
__repr__
__repr__()
__setattr__
__setattr__(key, value)
add_to
add_to(*args)
add_to_page
add_to_page(wp: WebPage)
apply_transaction async
apply_transaction(transaction, page)
convert_object_to_dict
convert_object_to_dict()

convert object to dict

deselect_rows async
deselect_rows(page)
load_json
load_json(options_string)
load_json_from_file
load_json_from_file(file_name)
load_pandas_frame
load_pandas_frame(df)
on
on(event_type, func, **kwargs)
react
react(data)
run_api async
run_api(command, page)
select_all_rows async
select_all_rows(page)

Functions


Last update: September 28, 2022
Created: September 28, 2022