Skip to content

Layouts

Builtin layouts

By default, the following layouts are provided:

"Available layouts"

Be careful, when you switch the layout in the property pane, all the previous layout properties are lost. We do this to avoid polluting the Web Part property bag with multiple useless configurations.

Cards

The 'cards' layout allows you to display items as tiles, just like the native 'Highlighted Content' SharePoint Web Part.

"Cards layout"

Setting Description Default value
Manage card fields Allows you to define you own values for card placeholder fields. By default, the document card fields come with predefined mappings but you can set your own.

"Manage card fields"

As a field value, you can choose either a field property value (from the list or as free text) and without any transformation or use an Handlebars expression by clicking on the checkbox next to it. In this case, all helpers from the main template are available. Also, if the field doesn't have the 'Allow HTML' indication flag enabled, it means the value will be always interpreted as text, regardless if you set an HTML value. Otherwise, your value will be interpreted as HTML for those fields (ex: 'Location' and 'Tags' placeholder fields). For HTML fields you can use the special variable @root.theme to use theme colors (ex: @root.theme.palette.themePrimary) or @root.slots.<SlotName> to access slot value. If you don't set a value for those fields (i.e an empty value), they won't appear in the UI:

"Card Allow HTML"

.
Enable result preview If enabled, display a callout with an interactive preview of the document based on the value specified value for the PreviewUrl current data source slot.

"Card Preview"

False.
Show file icon Hide or display the file icon for the result card. The file icon is determined using the FileType slot. True.
Compact mode Display cards as compact. False.
Preferred number of cards per row Specify the preferred number of cards to display per row when the required width space is available. The Web Part will always adjust the number of possible tiles to display depending the available width. It means that if you set this value to '3' but you display the Web Part in small column, only 1 tile will be displayed. 3.

Details List

The 'details list' layout allows you to display items as a structured list, the same way as a SharePoint document library or list.

"Details list layout"

Setting Description Default value
Manage columns Allows you to build you own table view by adding or removing columns dynamically. For each column, you get the following options:

"Manage columns"

  • Sort order: the order of the column in the table.
  • Column name: the column friendly name to display.
  • Column value: you can choose here either a field from the data source current results set (from the list or as free text) without any transformation or use an Handlebars expression by clicking on the checkbox next to it. In this case, all Handlebars helpers from the main template are available and you can also add you own HTML markup in the column value. For HTML fields you can use the special variable @root.theme to use theme colors (ex: @root.theme.palette.themePrimary).
    You can specify a different field for sorting when using an Handlebars expression by specifying the field from the separate dropdown.
    Handlebars Expression

    Handlebars Expression 2
  • Minimum width in px: the minimum width of the column in pixels.
  • Maximum width in px: the maximum width of the column in pixels.
  • Sortable: allows you to sort column values according to the data source sort settings. It means you must first configure the sort setting at data source level with option 'User sort' to true to see them in the details list columns configuration. Sort is perfromed one column at a time.
  • Resizable: allows you to resize the column dynamically in display mode.
  • Multiline: if the column column should be multiline. By default only ellipsis (...) will be display for larger text.
Show file icon Hide or display the file icon in the first column.
Compact mode Display the details list in compact mode.
Enable grouping Display a grouped list, grouped by the specified column.
Enable sticky header Display the details list with a sticky header that will stay in place when scrolling. Specify the desired height for the view (in pixels) and then specify the desired items per page in Number of items per page under Paging options and all items on the page will be scrollable within the view.

Slider

The 'slider' layout allows you to display data as as dynamic slider (i.e caroussel).

"Slider layout"

Setting Description Default value
Auto play If enabled, slides move automatically every X seconds. True.
Auto play duration Move elements every X seconds. 3 seconds.
Pause on hover If enabled, pause the slider on mouse hover. True.
Number of elements to group together in slides Groups cells together in slides. 3.
Show page dots Enable or disable slider navigation. You can adjust the dots position by updating the .flickity-page-dots CSS class. True.
Infinite scrolling Enable or disable infinite scrolling on the carousel. False.
Slide height (in px) Dynamically set the slides height to adjust your results. 360px.
Slide width (in px) Dynamically set the slides width to adjust your results. 318px.

Simple list

The 'simple list' layout display items as a simple list with larger rows, like a search engine results display.

"Simple list layout"

Setting Description Default value
Show file icon Hide or display the file icon for the result card. The file icon is determined using the FileType slot. True.
Show thumbnail If enabled, display a thumbnail for the itme + a callout with an interactive preview of the document on click based on the value specified value for the PreviewUrl current data source slot.

"Card Preview"

False.

People

The 'people' layout display a list of persons with additional information. Typically, this layout is well suited for a people directory.

"People layout"

By default, the user profile pictures are fetched from the SharePoint User Profile Service. If your user pictures are stored in Active Directoy, make sure you synchronized them with SharePoint User Profile Service. Otherwise, a placeholder image will be displayed.

Setting Description Default value
Manage people fields Allows you to define you own values for people placeholder fields.

"Manage people fields"

As a field value, you can choose either a field property value (from the list or as free text) and without any transformation or use an Handlebars expression by clicking on the checkbox next to it. In this case, all helpers from the main template are available. Also, if the field doesn't have the 'Allow HTML' indication flag enabled, it means the value will be always interpreted as text, regardless if you set an HTML value. Otherwise, your value will be interpreted as HTML for those fields (ex: 'Primary text' placeholder field). For HTML fields you can use the special variable @root.theme to use theme colors (ex: @root.theme.palette.themePrimary) or @root.slots.<SlotName> to access slot value. If you don't set a value for those fields (i.e an empty value), they won't appear in the UI.
Show persona card on hover (LPC) If enabled, show a person card on hover for the curren item using the native SharePoint implementation.
Show persona card on hover If enabled, show a person card on hover for the current item.

"Persona card hover"

This feature uses Microsoft Graph and Microsoft Graph Toolkit to display information about the user and needs the following API permissions in your tenant to work:
  • User.Read
  • People.Read
  • Contacts.Read
  • User.Read.All
If these permissions are not set, the card won't appear. You can use PnP Office 365 CLI to add correct permissions for this feature:

$m365 spo serviceprincipal grant add --resource '<aad_app_display_name>' --scope 'user_impersonation'. Refer to the section below about persona hover card customization.
Show presence

If enabled, the person's presence-information will be displayed in the bottom right corner of the user's profile picture.

This feature uses Microsoft Graph and needs the API permission 'Presence.Read.All' in your tenant to work.
Component size The size of the person item (not only the picture). The more the size is and the more information will be displayed for each item and vice versa.

Persona hover card

Activating this option may slightly reduce loading performances because the user information are fecthed individually for each user (i.e result). This option shouldn't be used with large page count.

Microsoft Graph Toolkit

The hover card uses Microsoft Graph Toolkit. This means you can add additional information providing your own template like this:

 <mgt-person-card inherit-details>
    <template data-type="additional-details">
    <h3>Stuffed Animal Friends:</h3>
    <ul>
        <li>Giraffe</li>
        <li>lion</li>
        <li>Rabbit</li>
    </ul>
    </template>
</mgt-person-card>
More information here.

Debug

The 'debug' layout allows you to see all relevant data used by layout templates or data sources during render.

"Debug layout"

The template context object exposes the following properties:

"paging": {
    "currentPageNumber": "<The current selected page number>"
},
"filters": {
    "selectedFilters": "<List of currently selected filters>",
    "filterOperator": "<Operator to use between filters>",
    "instanceId": "<The connected Filters Web Part instance ID>",
    "filtersConfiguration": "<The filters configuration>"
},
"inputQueryText": "<The current input query text (Ex: search box text)>",
"slots": "<Hashtable of configured slots for the current data source. Usage: {{slot item @root.slots}} >",
"theme": "<Current theme variables>",
"properties": "<Web Part properties from property bag>",
"context": {
    "site": "<Contextual information for the SharePoint site collection that is hosting the page>",
    "web": "<Contextual information for the SharePoint web that is hosting the page>",
    "list" :"<Contextual information for the SharePoint list that is hosting the page>",
    "listItem":"<Contextual information for the SharePoint list item that is hosting the page>",
    "cultureInfo":"<It provides culture info for the current user of the application>",
    "user":"<It provides contextual information for the SharePoint user that is accessing the page>"
},
"data": "<The data source data>",
"instanceId": "<The Web Part instance ID>",
"utils": {
    "defaultImage": "<The default image content to display when no thummbnail is available (Base64)>"
}

Custom

The 'Custom' layout is a minimal layout to start with if you want to create your own customized UI from scratch.

You can also start from an existing layout by first selecting it, and then click {} next to the Edit results template field. This will copy the selected template and allow you to make modifications as needed.

"Custom layout"

Updating a builtin layout (ex: 'Cards', 'Detail List', etc.) will automatically switch the selected layout to 'Custom' with your modifications as content. All previous custom layout content will be overwritten.

"Custom edit"

You have also the ability to use an external .html file to centralize your customizations. This file must be stored in an accessible location for uses (ex: a SharePoint document library with 'Read' permissions for concerned users).

"External file"

Unless you specify an external file, the template content is stored in the Web Part property bag.

Updating the layout HTML template is a good option for minor UI updates (Ex: add a link, update colors, etc.). For more control over the UI, you may want to use the extensibility library feature.

Common settings

For all layouts, some common settings are available:

"Common options"

Setting Description Default value
Allow items selection If enabled, allow items to be selected in default layouts. See documentation for usage. Disabled.
Allow multiple selection If the item selection is allowed, specify if users can select multiple items Disabled.
Hide this web part if there's nothing to show If there is no results, the Web Part will remain blank in display mode (title and 'See all' link included). In edit mode, you will see a message indicating there is no results.

"Common options"

Disabled.
Show results count Hide or display the results count for the current query. Enabled.
Use Microsoft Graph Toolkit Enable or disable the Microsoft Graph Toolkit to be used in Handlebars template. Refer to the MGT documentation to see available components.

Result types

The result types feature gives you the ability to apply a conditional rendering at item level according to data source field values.

Result Types

Not all layouts support the result types feature (ex: Details lsit and slider layouts).

Example

Given the following conditions, we apply a border with a specific color for each:

Result Types

Result Types template

The result would be like this:

Result Types template

The following operators are supported:

  • Equals
  • Not equals
  • Contains
  • StartsWith
  • Greater Or Equal
  • Less Or Equal
  • Less than
  • Greater than
  • Is not null

In case you use a custom template, you can still benefit from this feature following this markup:

{{#> resultTypes}}
  {{!-- The block below will be used as default item template if no result types matched --}}
  <div class="template_result">
      <!-- Your default template markup -->
  </div>
{{/resultTypes}}

Handlebars partials are used behind the scenes and conditions are built dynamically using a recursive if/else structure.