Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I peeked at the source and I am seeing this code that seems to prevent the grid to be made static
if (self.opts.staticGrid || typeof node == 'undefined' || node === null) { return; }
self.opts.staticGrid is set to true so this will return before doing anything
self.opts.staticGrid
true