how to access table cell by row & col index #5353
dkuo123
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
It is not possible to append data to a previously rendered row. You should calculate total ahead of time and render it first. |
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
-
I created a table with tree_view,
![Screenshot 1](https://user-images.githubusercontent.com/5854314/170795367-99a2e831-fc23-4512-a7cb-746ae620e8bb.jpg)
calculate the total. I can add a Total line after processing all the previous lines. But would like to go back and put the total amount in tree node.
so basically, I want to access the widget in previous row_idx, col_idx and write value there. is it possible?
Beta Was this translation helpful? Give feedback.
All reactions