sp-dev-fx-webparts/samples/react-listview-context-ecb
dependabot[bot] d2b9e77fe5
Bump follow-redirects in /samples/react-listview-context-ecb
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 10:26:50 +00:00
..
.devcontainer Fixed sample.json and readme + linting issues 2023-01-02 18:23:56 -05:00
assets Fixed sample.json and readme + linting issues 2023-01-02 18:23:56 -05:00
config New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
src Fixed sample.json and readme + linting issues 2023-01-02 18:23:56 -05:00
teams New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
.eslintrc.js New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
.gitignore New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
.npmignore New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
.yo-rc.json New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
package-lock.json Bump follow-redirects in /samples/react-listview-context-ecb 2024-01-10 10:26:50 +00:00
package.json New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00
tsconfig.json New sample react-listview-context-ecb 2023-01-02 18:23:56 -05:00

README.md

Employee ListView Contextual Menu

Summary

This small sample illustrates how to extend the PnP React SPFx ListView control with a contextual menu.

In action this looks like:

Choose a contextual action:

Choose a contextual action

See the result:

See the result which action was clicked on which item

For further details see the author's blog post

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.16.1 Node.js v14 | v12 | v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 January 1, 2022 Initial release

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve
  • With Mockup data you are good to go
  • Now you can start to adjust to your own custom list data

Features

Description of the extension that expands upon high-level summary above.

This extension illustrates the following concepts:

References

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.