Any way to make the table list view respect the policy view() method?

Hi all

I'm trying to only display a user's own records on a table using a policy's view() method. The records are still visible, just not clickable. Is there a cleaner way to solve that than modifying the table query?
Solution
modifying the query is the only way afaik. else it will be a table that supposed to be 10 records but only fews rendered
Was this page helpful?