Skip to content
Discussion options

You must be logged in to vote

That works for me

state.table = {
    "flat": True,
    "bordered": True,
    "title": "Treats",
    "rows": ("table_rows", ROWS),
    "columns": ("table_headers", COLUMNS),
    "row_key": "name",
    "v_bind_selection": "multiple",
    "v_model_selected": ("selection", []),
    "filter": ("query", "")
}

with QLayout(server):
    with quasar.QPageContainer():
        with quasar.QPage():
            with quasar.QInput(v_model="query", filled=True, type="search", hint="Search"):
                with html.Template(v_slot_append=True):
                    quasar.QIcon(name="search")
            print(quasar.QTable(
                **state.table, 
                __properties=[
             …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@toastoaster
Comment options

@jourdain
Comment options

Answer selected by toastoaster
@toastoaster
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants