Forum Discussion
MN037
Jul 12, 2022Copper Contributor
Removing, Hiding, or Disabling SharePoint Item Toggle Circle/Box
Hello,
I'm trying to create different views based on one list in a SharePoint Web Part and I would like to either remove, hide, or disable the toggle button to the left of a SharePoint list item. Is there a simple way to do this?
3 Replies
Hello MN037
with SharePoint View Formatting you can build different views with different visualization and actions, based on the same list. Here are more information: https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting
Here are more free examples: https://github.com/pnp/List-Formatting/tree/master/view-samples
Regards, Dave
- MN037Copper ContributorGood Morning Dave,
Thanks very much for your reply. The links you provided put me a bit closer to what I'm looking for. I still haven't found the JSON needed to remove editing for a custom view. I'll keep looking but I'm very appreciate of the resources you shared. I think they will come in handy.
Thanks again.- flyingheiCopper ContributorHi David,
This may help... https://github.com/pnp/List-Formatting/tree/master/view-samples/disable-selection
Brook