table get data from State Not Work #947
Unanswered
bobwatcherx
asked this question in
Q&A
Replies: 1 comment
-
|
When iterating over a state var, you want to use Something like pc.foreach(
State.data,
lambda item: pc.tr(
pc.foreach(item, lambda col: pc.td(col))
)
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i want column and row data to be fetched from State . How to
sample code
error
Beta Was this translation helpful? Give feedback.
All reactions