sp-dev-fx-webparts/samples/react-list-search
dependabot[bot] 88df604b21
Bump moment from 2.29.1 to 2.29.2 in /samples/react-list-search
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 16:57:21 +00:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Updated sample.json 2022-01-16 11:29:08 -05:00
config Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
fast-serve Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
release Updated sample.json and readme 2022-01-16 11:45:11 -05:00
sppkg New sppkg generated file 2022-01-02 13:09:37 +00:00
src Upgrade pnp property pane controls 2022-01-02 13:04:00 +00:00
teams Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.gitignore Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
.npmignore Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
.publishrc Fixed spelling mistakes and updated README 2021-02-10 23:59:54 -05:00
.yo-rc.json Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
package-lock.json Bump moment from 2.29.1 to 2.29.2 in /samples/react-list-search 2022-04-10 16:57:21 +00:00
package.json Bump ajv from 5.2.5 to 6.12.3 in /samples/react-list-search 2022-02-14 02:21:01 +00:00
tsconfig.json Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00:00
tslint.json Updated to 1.13.1 sfpx version 2022-01-02 12:26:04 +00: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.13.1 Node.js v14 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 Compatible with Remote Containers

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
1.2.0 January 01, 2022 Upgraded for SPFx v1.13.1

Minimal Path to Awesome

Dev Mode

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

  • 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.