Table of itwin-iui slow #1049
Unanswered
RaphaelVanierBentley
asked this question in
Q&A
Replies: 1 comment
-
hi @RaphaelVanierBentley, i think there are some links missing in your post. can you double check? also, have you tried using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have a problem right now. I am trying to use the <Table ... /> but it's pretty slow. In my use case I have about 920 rows. I have reproduced the case in a Sandbox:
It takes about 3s to generate. When debugging locally it takes 10s+. If you expect lag from the backend to generate the results, you will need the most speed at all levels. Here is the same less beautiful example in pure HTML:
The generation is almost instantaneous.
Is there any way to optimize the <Table ... /> tool to display the results in less than 1s?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions