No data visible in table view after hiding a few fields

When I hide a few fields from the model table view, the data stops showing up while the search field yet says “Search within x quotes”.

Expected behavior

The table should show the visible fields selected.

Actual behavior

No data comes up.

Screenshot

Hi @Hanish_Agarwal and welcome to our community ! :wave:

Do you have any records return by your backend ? :thinking:
If yes, do you have any error in your browser ?

Hi @vince I have the same issue,
my user table dont show any data like is empty like being empty but it’s not.
it was showing correctly before I click on ‘deploy to production’ on test env.
I dont see any errors on the log of browser, and in network log it returns empty array of users.

can you help me on this please?

Okey so you issue comes from your backend. Could you check the SQL query that is executed ?
Could you share it ?
Do you see anything wrong with that query ?

Thank you @vince for your response,
I solved the issue I got, in my case there was a scope applied to my collection so I got empty data.

1 Like