sp-dev-fx-webparts/samples/react-list-search
Hugo Bernier 026934d79c Fixed discussion query to remove labels 2021-11-21 00:00:02 -05:00
..
assets Added video links 2021-11-06 14:12:24 -04:00
config New sppkg version 2021-04-25 14:09:34 +02:00
sppkg New sppkg version 2021-04-25 14:09:34 +02:00
src fix bugs 2021-04-25 14:09:33 +02:00
teams Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.editorconfig Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.gitignore Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.publishrc Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.yo-rc.json Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
README.md Fixed discussion query to remove labels 2021-11-21 00:00:02 -05:00
gulpfile.js Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
package-lock.json Audience Support and Look&Feel changes 2021-04-25 14:09:32 +02:00
package.json Audience Support and Look&Feel changes 2021-04-25 14:09:32 +02:00
tsconfig.json Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
tslint.json Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
webpack.js Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00

README.md

List Search

Summary

This list search web part allows the user to show data from lists or libraries. The web part can be used to (for more details see images below):

Merge items from different lists/libraries

Merge items from different lists/libraries

Select render of the selected fields

Select render of the selected fields

Open documents in modal window

Open documents in modal window

Open documents in new tab

Open documents in new tab

Use of dynamic data

Use of dynamic data

Open selected item with same data

Open selected item with same data

Open selected item with selected properties

Open selected item with selected properties

Redirect to url depends on selected item

Redirect to url depends on selected item

Compatibility

SPFx 1.11 Node.js v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Teams Incompatible Local Workbench Incompatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
react-list-search Alberto Gutiérrez (@albertogperez)

Version history

Version Date Comments
1.0.0 December 20, 2020 Initial release
1.1.0 April 25, 2021 List item modern audience support

Minimal Path to Awesome

Dev Mode

  • Clone this repository
  • In the command line run:
    • Navigate to list-search-webpart
    • npm install
    • gulp serve
    • Open the workbench on your Office 365 Developer tenant
    • Test out the web part

Sppkg

  • Download .sppkg files from sppkg folder
  • Upload files to App Catalog
  • Approve the API permissions in the new SP admin center (only needed if you are going to enable list item modern audience)

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

Video

Building List Search web part for showing data flexibly from lists or libraries

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

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.