Added links to the main page table.

This commit is contained in:
2026-04-12 14:18:17 +02:00
parent 0300f19727
commit 92b2f653cb

View File

@@ -16,8 +16,10 @@ def create_ui():
def main_page(rows): def main_page(rows):
ui.label("test") game_table = ui.table(rows=rows, title="Currently Running Games")
ui.table(rows=rows, title="Currently Running Games") with game_table.add_slot("body-cell-Name"):
with game_table.cell("Name"):
ui.link().props(":href=props.value :innerHTML=props.value")
def sub_page(game_name: str): def sub_page(game_name: str):