We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d551f87 commit 06364c9Copy full SHA for 06364c9
README.md
@@ -70,7 +70,7 @@ def users_table() -> list[AnyComponent]:
70
c.Page( # Page provides a basic container for components
71
components=[
72
c.Heading(text='Users', level=2), # renders `<h2>Users</h2>`
73
- c.Table[User]( # c.Table is a generic component parameterized with the model used for rows
+ c.Table(
74
data=users,
75
# define two columns for the table
76
columns=[
0 commit comments