You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
I have the backgrid working, and have made some enhancements. While I am able to follow the extension pattern presented, I am missing a simple piece: Where is the extension project placed / included / linked such that the npm install will do as the documentation suggests?
"# Recursively builds the core, extensions and put the output into lib"
There is much on the how to use each extension, but nothing I can find on how to include an extension into the distribution. From what I can make out, the Extension code should wind up in the Extension: {} definition in the backgrid output lib code. Again, how do I achieve this? I am happy to read / learn docs if someone can point me in the right direction.
Perhaps I am just missing the correct "npm install myExtension --save" invocation?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the backgrid working, and have made some enhancements. While I am able to follow the extension pattern presented, I am missing a simple piece: Where is the extension project placed / included / linked such that the npm install will do as the documentation suggests?
"# Recursively builds the core, extensions and put the output into lib"
There is much on the how to use each extension, but nothing I can find on how to include an extension into the distribution. From what I can make out, the Extension code should wind up in the Extension: {} definition in the backgrid output lib code. Again, how do I achieve this? I am happy to read / learn docs if someone can point me in the right direction.
Perhaps I am just missing the correct "npm install myExtension --save" invocation?
Thanks
The text was updated successfully, but these errors were encountered: