Data display issue with Datagrid

Hello, I’m currently setting up a datagrid to display data from a view (using supabase), but there is an error I can’t figure out. When navigating to the page, I’m getting only one record (whereas the collection has 61) :

And when I refresh the collection manually in Weweb, I’m getting the good data, but with a blank line (the blank line appears when sorting by a column):

Do you have any hints about this ?

Did you properly map the ID of “unique row id” in the datagrid ?

1 Like

I just noticed that 5mn ago .. Sorry about that :sweat_smile:

Maybe I thought it was updated auto.. It was the issue, thank you !

2 Likes