sp-dev-fx-webparts/samples/react-multilist-grid
Vesa Juvonen 02cdba1308 Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
..
.vscode Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
chalk Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
config Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
src Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
typings Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
.editorconfig Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
.gitattributes Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
.gitignore Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
.npmignore Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
.yo-rc.json Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
README.md Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
UpgradeLog.htm Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
gulpfile.js Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
package.json Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
spfxreactgrid.njsproj Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
spfxreactgrid.sln Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
tsconfig.json Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
typings.json Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00

README.md

SPFX React Grid

Summary

An SPFX Webpart that uses React, Office-UI-Fabric, and Redux to let users edit list data from multiple Webs and Multiple Sites in a single grid.

alt tag

Applies to

Prerequisites

React, Redux Office-UI-Fabric

Solution

Solution Author(s)
react-spfx-multilist-grid Russell Gove

Version history

Version Date Comments
0.1 December 31, 2016 Initial version

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.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • tsd install
    • gulp serve

Include any additional steps as needed.

Features

An SPFX Webpart that uses React, Office-UI-Fabric, and Redux to let users edit list data from multiple Webs and Multiple Sites in a single grid.

Usage:

  1. Define the columns to be shown in the grid alt tag

  2. Define the lists to be edited alt tag

  3. Edit the info alt tag