sp-dev-fx-webparts/samples/react-multilist-grid
Russell gove e048476201 Dev (#90)
* Moved configuration of Columns and Lists to the PropertyPane

* Ypdated Images * added comments on enabling columnn types
2017-01-09 23:57:41 +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 Dev (#90) 2017-01-09 23:57:41 +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 Readme updates for usage tracking image and drop details. 2017-01-06 17:20:50 +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

Used SharePoint Framework Version

drop

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