DimitarChristoff / slickgrid-es6

SlickGrid fork rewrites for ES6 for use under npm and Babel / Rollup builds
https://dimitarchristoff.github.io/slickgrid-es6/
101 stars 42 forks source link

Broken Examples #41

Closed smarwei closed 6 years ago

smarwei commented 6 years ago

Examples 4, 5, 6 and 8 seem to be broken. None of the funtionality related to headers (Buttons, Filters, Menu) seem to work. Is this a known issue? I just cloned the repository and ran 'npm install', 'npm start'. There are no error in the JS-console.

DimitarChristoff commented 6 years ago

yeah, maintaining the examples did not seem like a great use of my time - most api works anyway. see https://github.com/DimitarChristoff/slickgrid-example for a more real-world example of how it all connects together.

smarwei commented 6 years ago

Ah, I didn't know there was a seperate repository for the example. Thank you very much.