Hi, I'm building a SharePoint List that I need to share with my clients to get their feedback:
Clients should only be able to see their own rows.
I have done this before by creating filtered views, and setting a filter for the key Person or Group column = [Me]
This still works, BUT: Due to recent updates, users are now able to remove that preset filter by just clicking on two new "Clear Filter" buttons on top of the list.
I've tried hiding those buttons by formatting the list with JSON, with no luck, not possible to do it that way.
Pages:
I've tried building a page and displaying the list into a web part. This leaves those Clear Filter buttons out, but I'm also missing key features like allowing users to edit in grid view, so not useful either besides being a painful and lengthy process.
I've tried with the File Viewer webpart instead, so trying to display an Excel file instead of a list. But the web part won't allow me to show a filtered view of the file based on the user who's looking at the file.
So I'm at a loss here.
My main and straight forward approach of just using a filtered and simple Sharepoint List is not useful anymore, since users can just remove my filters!
Can this be done? can I get rid of those damn 'Clear Filters' buttons? Thanks