Replies: 1 comment 7 replies
-
In case of too many items there is few things you can do that are already available for you, the datable in specific feature is meant for loading a huge amount of records locally and have infinite scrolling. so for lookups/selects with large number of options try to use a different component or approach, for example :
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know what the go-to way is to render a large amount of items? An item would in my case be some String (like a name) which is represented by e.g. a Chip, Tag (like shown here) or an option in a Select component. Whenever a few hundred or thousand elements need to be rendered the loading time gets very bad. Lazy Loading could be a solution to this in general but how could you apply this to Domino-ui specifically? I have seen that work has recently been done for DataTable specifically, but how can this be adapted for other components like the above mentioned ones? Has anyone struggled with this before and found a way to deal with those performance issues?
Beta Was this translation helpful? Give feedback.
All reactions