[FREE] TableViewer - fully style customized to show table data

I have upload the newest one, but I don't know why after downloaded it still is the old.
Maybe the server cache or something.

Anyway, SetStyleWithJs is only an easy way of following code:


You can drag this snippet on your workspace directly.

====
edit:
I changed another web browser, I can get the latest version.

Try type-blocking? The blocks are not arranged in alphabetical order.

Hello @Kevinkun , have a nice day ahead.

Thank you for your response. I solved it with the help of this post from @Leonardo_Ucciardello [FREE] TableViewer - fully style customized to show table data - #197 by Leonardo_Ucciardello.

1 Like

Ok, it runs well

I had to switch to another browser as well to get the latest version as well....

Sir I am using first time this type of extension,
I have these block

tt

When I click Button3 then no data is displayed.
What I am doing wrong?

Please help

You did not use the ShowTable block

image

1 Like

Thanks Sir,
This time I have these blocks

When I click Button1 then ResponseContent is shown in Label1
But
When I click Button2 then no data is shown in TableViewer1

Please help

  1. It is "nowrap" not "norap"
  2. You need to provide the extension with a list of lists. Check your response content and conversion to an ai2 list to ensure that this is so.
1 Like

Sir I have modified like this


But still tableViewer1 is not showing anything.
This message appear

Only first row is displayed with wrong format.

Please help

Because you have a list of lists of lists there....

1 Like

Sir can you please show me an example how to show data from responseContent, I shall try to follow that.

Regards

Please post the output in your responseContent here, as text. (or in a text file)

1 Like

Sir this is response Data

I am already showing this data in WebViewer like this

Now I am trying to show data in TableViewer extension.

Regards

Can you please share the responseContent as TEXT, I cannot work with an image of text.

1 Like

Yes Boss
Here is data from responseContent

2022-07-01,500.00,0.00,0.00,500.00
2023-05-09,500.00,0.00,555.00,-55.00
2023-05-10,-55.00,0.00,666.00,-721.00
2023-05-11,-721.00,0.00,76.00,-797.00
2023-05-15,-797.00,0.00,454.00,-1251.00
2023-05-16,-1251.00,0.00,123.00,-1374.00
2023-05-18,-1374.00,0.00,34.00,-1408.00
2023-05-25,-1408.00,0.00,25.00,-1433.00
2023-05-27,-1433.00,0.00,855.00,-2288.00
2023-05-27,-1433.00,855.00,0.00,-578.00
2023-05-28,-1433.00,0.00,10000.00,-11433.00
2023-05-29,-11433.00,567.00,0.00,-10866.00

and this is aia
t_tableViewer.aia (27.3 KB)

It will be great kindness.

Regards

Should be as simple as this....

(note, I have had to add all the line returns because the text block removes them all when pasting the data, you should not have to do this if you work directly with your responseContent)

Start from here, then modify as your require.

1 Like

Ah, spotted your problem, you do not need to use a vertical scrolling arrangement, it won't work. A vertical arrangement will suffice, the extension will take care of scrolling for you.

Just working on your aia.

1 Like

Try this

t_tableViewer_revised.aia (26.8 KB)

1 Like

Thanks Boss
It works fine now.
Good Luck