Is it possible to completely disable list view row selection so that the bulk action bar doesn't pop up? I have a list that only contains row actions, so there's no use in selecting one or more list items and showing the bulk action bar.
The listview name opens an empty view when using .AddChildCollectionGroup(). Is there any way to customize this or even disable this when having minimal data already shown in listview columns?
Disable list view row selection
Is it possible to completely disable list view row selection so that the bulk action bar doesn't pop up? I have a list that only contains row actions, so there's no use in selecting one or more list items and showing the bulk action bar.
Hmm, not currently no, I believe it will always display.
I'll add it as a feature request to our issue tracker though 👍
Hi Matt
Any update regarding this feature request with Umbraco UI Builder? https://github.com/umbraco/Umbraco.UIBuilder.Issues/discussions/114
Furthermore I couldn't find a way to disable name field: https://github.com/umbraco/Umbraco.UIBuilder.Issues/issues/111
The listview name opens an empty view when using
.AddChildCollectionGroup()
. Is there any way to customize this or even disable this when having minimal data already shown in listview columns?is working on a reply...