Skip to content

A full implementation of slickgrid-es6 with many options in a create-react-app example

Notifications You must be signed in to change notification settings

amitdvs/slickgrid-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlickGrid ES6 complex example

Refer to https://github.com/DimitarChristoff/slickgrid-es6 for more info

Screenshot

To run locally

$ git clone...
$ npm i
$ npm run start

Features this demo covers:

  • General setup
  • Styling
  • Sorting
  • Resizing
  • Reordering
  • Selection
  • Editing
  • Filtering
  • Custom renderers
  • Custom editors (money etc)
  • Custom renderers (computed columns as A*B)
  • Custom react components in cells and filters
  • Ticking prices/updates via data view layer

About

A full implementation of slickgrid-es6 with many options in a create-react-app example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • CSS 11.3%
  • HTML 2.1%