sp-dev-fx-webparts/samples/react-multilist-grid
Russell gove f137105fb4 Added Web Selector to let user drill down to web (#124)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest

* Working on Web Selecor

* qqqqqqq

* 111

* Added Web selector to drill down to web

* fix merge conflicts

* s

* renmove react-router

* added saveall and undoall

* Add support for ID field

* saveAll

* fixed saveall across sites

* mark items as deleted (soft delete)

* work on soft delete

* work on soft delete

* Enable soft deletes

* Add SortInfo to columnDefinitions

* Work on initial sort

* pass columnDefinitions into listitemreducer for sort

* trying to get sortablecolumns in reducer...

* setup sort sequences

* work on compareres

* work on sort

* basic sorting workoing

* fix linting errors
2017-02-11 02:27:24 +02:00
..
.vscode Updated version badge 2017-02-05 20:51:21 +02:00
chalk Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
config Upgrade to SPFX RC0 (#119) 2017-02-05 20:43:13 +02:00
jsonfile Upgrade to SPFX RC0 (#119) 2017-02-05 20:43:13 +02:00
src Added Web Selector to let user drill down to web (#124) 2017-02-11 02:27:24 +02:00
typings Upgrade to SPFX RC0 (#119) 2017-02-05 20:43:13 +02:00
websocket-driver Added Web Selector to let user drill down to web (#124) 2017-02-11 02:27:24 +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 Updated version badge 2017-02-05 20:51:21 +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 Added Web Selector to let user drill down to web (#124) 2017-02-11 02:27:24 +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 Upgrade to SPFX RC0 (#119) 2017-02-05 20:43:13 +02:00
typings.json Added Web Selector to let user drill down to web (#124) 2017-02-11 02:27:24 +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