How To add data to datatable with Loop #781
Answered
by
ghost
bobwatcherx
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Jan 10, 2023
Replies: 1 comment 3 replies
-
run a while loop in your main def to update your datatable (it won't block the UI). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
according to your code i would do something linke:
Datatable.rows is a list of Datarow objects.
Datarow.cells is list of all Datacells, one for every column.
Datacell.content is the content of that Datacell.