sp-dev-fx-webparts/samples/react-datatable
chandaniprajapati 2652f6d9eb New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
..
assets New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
config New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
src New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
teams New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.editorconfig New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.gitignore New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
.yo-rc.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
README.md New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
gulpfile.js New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
package-lock.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
package.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
tsconfig.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30
tslint.json New Sample - React-Datatable : easy way to render sharepoint custom list in datatable view with all the necessary features. 2021-02-19 22:15:02 +05:30

README.md

SharePoint Framework DataTable web part sample

Summary

This webpart provides easy way to render sharepoint custom list in datatable view with all the necessary features.

Fetaures :

  • Searching (Configurable)
  • Sorting (Configurable)
  • Download as a CSV and PDF,
  • Pagination,
  • Column Ordering,
  • Dynamic colors for odd and even rows.

Preview

Used SharePoint Framework Version

1.11.0

Applies to

Solution

Solution Author(s)
react-datatable Chandani Prajapati ([@Chandani_SPD], (https://twitter.com/Chandani_SPD))

Version history

Version Date Comments
1.0 February 29, 2021 Initial release

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

Local testing

  • Clone the repository
  • cd to web part's project folder
  • In the command line run:
    • npm install
    • gulp serve