Adrián Benjuya

Results 5 comments of Adrián Benjuya

@mustafakunwa @AbhijitMuke I haven't used this component for a long time, I just moved to [Material's stepper](https://material.angular.io/components/stepper/overview)

Thanks for considering the feature, I might create a pull request if I have the time

Simply use the `.map()` function in javascript arrays before passing the objects to the export method, something like this: `const aux = json.map(el => ({ firstProperty: el.firstProperty, secondProperty: el.secondProperty }));...

I created a PR where I prevent throwing the error when `n.grid` is undefined, you can check it out https://github.com/gridstack/gridstack.js/pull/2698