Search found 1195 matches

Hi!

Yes, sure.
Please share what you have achieved and we can decide how to improve our source and bundles if possible.

DO NOT share any commercial code here.
Ping me in PM here on forum or at support@bryntum.com.

Hi! Our packages and wrappers are designed to simplify and speedup the development. Everything is ready to be used. It can be a bit bigger than minimum size, but I expect not much. We deliver sources for those who wants some customization. 1.5 Mb is the approximate size of the "empty" grid...
Hi! Some size improvements will come from the issue above, but I'm not sure that they will suite the 500kb. Grid component is quite big itself. If you want the smallest size, you may use thin bundles which have sources (inside @bryntum/grid-thin/lib folder) and copy Wrappers source code to project a...

Hi!

I've created this issue to cleanup wrapper imports.
https://github.com/bryntum/support/issues/9052

Hi!

The smallest size will be with using GridBase component as ghulam.ghous recommended above.

Which app size do you expect to have?

Hi!

I suppose we can proceed here while this is related to the same globalThis issue.

Hi!

Please try the latest available product version.

Hi! I've opened an issue here to fix with the code you have used above: const global = typeof globalThis !== 'undefined' ? globalThis : typeof self !== 'undefined' ? self : null; Please check and confirm that this solution works for you. https://github.com/bryntum/support/issues/9018 Regarding to: i...

Hi!

En Locale is built-in default one and basically no need to pass it separately.

You can access English locale using LocaleHelper.locales.En

https://bryntum.com/products/gantt/docs/api/Core/localization/LocaleHelper#property-locales-static