Quick Start


Short guideline hot to deploy and configure SharePoint Filter WebPart version 3.x

Software prerequisites


Server Requirements

Filter WebPart requires for its work SharePoint with Client-Side Rendering feature.

Сompatible versions of SharePoint:

  • SharePoint Foundation 2013
  • SharePoint Server 2013
  • SharePoint Server 2016
  • SharePoint Server 2019

Client PC Requirements

  • Internet Explorer 9+
  • Microsoft Edge
  • Google Chrome (latest version)
  • Firefox Mozilla (latest version)
  • Safari (latest version)

Step 1. Download


Log in using SharePoint administrator account to your SharePoint server.

Download zip archive on download page and unzip it on your server.

Solution package on SharePoint Server

Step 2. Deploy


Run SharePoint Management Shell and run following commands:

Add-SPSolution -LiteralPath c:\_wsp\SPListFilter.wsp
Install-SPSolution -Identity SPListFilter.wsp -AllWebApplications -GACDeployment

Where c:\_wsp\SPListFilter.wsp is path to your wsp package.

Add-SPSolution

Step 3. Activate


Click Settings and then click Site Settings

Site Settings Menu

Click Site collection features under the Site Collection Administration heading.

Site Settings

Scroll down to SharePoint List Filter 3.0 row and click Activate button

SharePoint List Filter 3.0 Feature

Step 4. Add Filter WebPart


Open page or list view in Edit Mode and open adding WebPart panel.

Then select List Filter 3.0 webpart in Zhukov group and click Add button:

SharePoint List Filter 3.0 Feature

Step 5. Config WebPart


In Filter WebPart menu go Connection - Send Filter Provider To and select your list view webpart:

Connect Filter to ListView

In popup window just click Finish button:

Connect Filter to ListView

Allow popup windows in case they are blocked in your browser

Connect Filter to ListView

Stop editing the page.

Click Fields button on top of the Filter WebPart and select fields.

In modal window select fields you want to use, filtering controls and click Save button:

Select fields

Refresh the page to see changes.

That's it.

Profit!


SharePoint List Filter