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

tested and no found shaking.
Have you tested without using other extension like EasyDialog?

No I have not tried it without easydialog. I would like it within it.

It looks like it always shakes in the second window with "Legenda"

When I set a delay between setdata and showtable it the shivering nearly gone
afbeelding

Unbelievable. There's an extension for delay function.
Can you show me where can I get it?

please see here:

I've made an extension for noise formulas (com.aicode.geluidmath.aix). The delay function is part of it. I think I got the procedure somewhere from a java site.
com.aicode.geluidmath.aix (19.9 KB)

2 Likes

I have tested it without jasonscript and then there is no problem. But then I've no nice top tables.

can you do this?

I'm going to try it. I'll let it know

I've tested it without easydialog. Without is it still persists.

I tested on my phone (vivo, android 13), and emulator (android 9), and did not find this issue.
Can you try other phone/device?

image
Maybe try to join all the js with ;, and runjs only once, not in for each loop?

Do you mean that I can join it by this?

document.querySelector("#r1c1").colSpan=4;,document.querySelector("#r4c2").colSpan=3

I see it. It only works with ";"
document.querySelector("#r1c1").colSpan=4;document.querySelector("#r4c2").colSpan=3

It seems that with your advice there is no problem anymore. I'll try it in another app and look foreward to the outcome:)

It's a pitty but it's still not gone. I have a Oneplus 8 with Android 13

I'm experimenting with colspan and CSS code. It gives no result until now. Is this really possible with CSS?
afbeelding

I don't think colspan can be set by CSS.

In this site it looks that is could be?

It can be done, but it is quite complicated. Much easier to use javascript.

Yesterday I had to install a security patch for my phone. Today I made a little change in my code and suddenly the shivering is stoped. One of the two has caused this I think but I am very glad!

Hello is there any way to make a search filter for Table View Extension made by @Kevinkun ?

Can you give an sample data, and what / how to search?

1 Like