on ‎2022 Aug 30 6:09 AM
Dear Experts,
I have build an analytical application and it contains only a table (as per my requirement). I happen to use "onResultChanged" function of the table. When I execute the application, my table gets a loading indicator always as shown in the below screenshot

When I remove the scripts written in "onResultChanged", I don't get this loading indicator. Is there any way I can avoid this indicator and also have my script written inside "onResultChanged".
Thank you in advance...
Request clarification before answering.
Try to avoid using same object(table) function calling to same object(table).
for example your table is Table_1
and you written inside Table_1.getDataSource().....
so i will always call same function in same object everytime in loop.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.