Hello, I have a pretty simple table, with some more complex functionalities, like mutiselect when holding shift etc… I decided to make it into a component. Anyway, the issue is, that the component loads like 1s after the collection loads. It’s like 37 rows of data, which should be instant. I even reworked it to access the collection data directly, and that made it a little faster, but it’s still not as fast, as something like a title from the same collection, that is bound to text.
Is this to be expected?