HI Roney,
Great work! I’m sure many Wappler users will be very pleased with your extension.
I do have a few tips about the packaging and distribution. You can follow the package a Wappler extension guide at:
So you can add a package.json
with description and right keywords and also publish your extensions as a NPM package for even easier Wappler installation.
Also it might be useful to list the used ag_grid component as dependency in your package.json and then supply a copyFiles instructions in your hjson so that files are automatically copied. Also described in the doc above. Then it will be auto updated. Or add a cdn option.