Hello,
I need to create a table in processing, of fixed rows and variable column. The data is available in array objects. This table will open from a button click in a different window.
What is the best way of doing it? I was thinking of rendering rectangles for each row in alternating colors and then adding field value using coordinates for each cell. This certainly seems a lot of processing. Can anyone suggest an easier option?
Hoping to hear.
Cheers!
Bisht
I need to create a table in processing, of fixed rows and variable column. The data is available in array objects. This table will open from a button click in a different window.
What is the best way of doing it? I was thinking of rendering rectangles for each row in alternating colors and then adding field value using coordinates for each cell. This certainly seems a lot of processing. Can anyone suggest an easier option?
Hoping to hear.
Cheers!
Bisht
1