After executing the ShowTable block, can the screen remain in the same position?
call ScrollTo again, smooth set to false
Is it possible to change the cell background color without using [ShowTable]?
two ways. Pay attension to the red circles.
Thanks, this is exactly the answer I wanted
Is it possible to read the cell background color?
How did you set the style of the table?
I think I found a way to use the return value. I don't know JS language, so I don't know if this method is correct.
yes, but only if you set the bg color with js, otherwise it returns empty string.
Yes, when no color is read, an empty string "" will be returned.
when i tried making a table, it didn’t work and this is what happened;
I don't know how to do it, can you guys help me thanks !
Please show your relevant blocks
it seems you feed wrong input to initializing the extension you use...
Here are the very basics:
Designer: you need the extension and a layout, here I use a VerticalArrangement.
Blocks: Init the Tableviewer with your layout, set some data, show the table.
Companion Screen: you should see your table.
Aia: download this aia project to test.
tvdemo1.aia (27.1 KB)