Toggle selection for all items

Radu TIRNACOP 105 Reputation points
2023-03-11T14:23:19.82+00:00

I would like the checkbox "Toggle selection for all items" to be always visible and not only when I hover with the mouse.

How can I solve it?

Microsoft 365 and Office | SharePoint | Development

Answer accepted by question author

RaytheonXie_MSFT 40,496 Reputation points Microsoft External Staff
2023-03-13T05:50:28.4+00:00

Hi @Radu TIRNACOP

Per my research, we can only set hideSelection true or false by Format view. When we set hideSelection to true, the toggle button will be hide, and false will be visible when I hover with the mouse.

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json",
  "hideSelection": true
}

Here is the document for more details

https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-list-formatting#hideselection

I feel regretful to inform you that it turns out to be a by-design one. And I noticed that some end users have also proposed the same request, it is highly recommended that you can vote this ticket. Many features of our current products are designed and upgraded based on customers’ feedback. With requirements like this increase, the problem may well be released in the future. Thanks for your understanding.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.