Tag: ListViewCommandSet
-
New Feature for SPFx extensions: Grouping for ListView command set

Introduction The new version 1.23 of the SharePoint Framework brings a couple of new features, one of those features is the introduction of grouping for the ListView command set. In this post I want to cover how this new functionality works and displays and to do this I’ve created a…
-
How to create your first SPFx ListView command set extension

Introduction SharePoint Framework offers various possibilities, one of those is the ability to create an extension that will enable the developer to extend the command bar in a SharePoint list. To show you what I mean I’ve created a sample solution straight from the default solution that is created with…