You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

57
64

58
65
-Incompatible-red.svg>"SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
@@ -66,6 +73,8 @@ For more information about SPFx compatibility, please refer to <https://aka.ms/s
@@ -92,6 +101,34 @@ If you prefer using `fast-serve`, you can run the following command:
92
101
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit <https://aka.ms/spfx-devcontainer> for further instructions.
93
102
> \*\*
94
103
104
+
## How to use the new features
105
+
106
+
### Advanced Filtering
107
+
1. Click the filter icon in the command bar to open the advanced filters panel
108
+
2. Set date ranges using the date pickers to filter by modification date
109
+
3. Use the file size slider to limit results by file size
110
+
4. Click "Apply Filters" to see filtered results or "Clear Filters" to reset
111
+
112
+
### Template Preview
113
+
1. Click on any template filename to open a preview panel
114
+
2. The preview shows file content for supported file types
115
+
3. Preview panel displays additional metadata including file size, version, and creation/modification dates
116
+
117
+
### Version History
118
+
1. Click the history icon next to any template
119
+
2. SharePoint's built-in version history page opens in a new tab
120
+
3. View all versions and their details
121
+
122
+
### Grid View
123
+
1. Toggle between list and grid views using the toggle switch in the command bar
124
+
2. Grid view displays templates in a column layout with more metadata visible
125
+
3. Both views support selection, preview, and actions
126
+
127
+
### Bulk Operations
128
+
1. Select multiple templates using the checkboxes
129
+
2. The number of selected items appears above the list
130
+
3. Click "Download selected" to download all selected templates
131
+
95
132
## How to run the solution locally
96
133
97
134
- Clone this repository
@@ -128,4 +165,4 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github
128
165
129
166
**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
Copy file name to clipboardExpand all lines: samples/react-company-templates/assets/sample.json
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"This is an alternative to the built-in 'New document' experience in a document library in SharePoint Online. It allows a SharePoint admin to define a repository (such as a standard document library or an org assets library) which acts as a source of templates that can be used in every document library. Any user can browse through the collection of company templates, get an instance of the desired template(s) by one single click and start using it."
0 commit comments