Skip to content

Commit

Permalink
chore: update py example #2196
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok authored and mturoci committed Dec 7, 2023
1 parent 60f69fd commit 4744231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/examples/table_events_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def serve(q: Q):
ui.table_row(name='row3', cells=['Row 3'])
],
multiple=True,
events=['select'],
events=['select']
)
])
q.page['description'] = ui.markdown_card(box='4 1 3 4', title='Selected rows', content='Nothing selected yet.')
Expand Down

0 comments on commit 4744231

Please sign in to comment.