I have 2 tables: Review, Config.
I want to break the Review table to more view with filter. I expect another user only to view a part of the table. How can I do that?
I have research about the permission of base. I can add a view, add a filter, and block the view or change permission for anyone. But this user can remove filter by way duplicate the view and remove filter to see all records. I wonder this is a huge bug with permission.
Besides, I have a Config table includes some keys and API endpoint. I expect only me can see the table.
Hope somebody can help me. Thank you very much !!!