Limitations in DataTable View

Hey there,
we are working with links to rows in our anvil data tables which is a really good feature so far. However, there is a limitation changing the linked row in the backend when there are too many rows in the linked table (100+).

To give you an example: I have a user table that has 120 users and another one with items. The item table has a column “user”, which is linked to the user table. So, each item is assigned to a user.

Now I want to change the linked row in the backend by clicking on the Link Button in the cell. However, now, only the first 100 users are being displayed, so I cannot choose any of the 20 last rows. There is also no pagination available or filtering possible.

I would need to change it now programmatically… Would be awesome to have that solved in the future.

A post was merged into an existing topic: Link Table Popup Truncates Records