How to render a table dynamically ? #2904
Closed
yellowbean
announced in
Q&A
Replies: 2 comments 1 reply
-
@yellowbean You have the order of the argument switched in your rx.table.header(
rx.table.row(
rx.foreach(
State.listResultHeader,
lambda x: rx.table.column_header_cell(x),
)
),
), Let me know if that works! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@picklelo Thanks ! I'm wondering how to render table via a 2-D list ? like here
But it wont' work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you pls advise why it is wrong ?
Beta Was this translation helpful? Give feedback.
All reactions