Our blazing fast Grid component built with pure JavaScript


Post by bensullivan »

Hi

Is it possible to use your widgets in Angular? If so do you have any examples?

Thanks!

Ben

Post by sergey.maltsev »

Hi, bensullivan!

Sure you can.
Currently we have no ready to use demo in Grid but we have it in Scheduler.

For example please check Scheduler animations demo.
https://www.bryntum.com/examples/scheduler/angular/animations/dist/animations/index.html

For simplicity it uses angular wrappers for some of our widgets.
Wrappers code located in examples/angular/_shared.

For example this is angular wrapper to Bryntum`s button component
examples/angular/_shared/projects/bryntum-angular-shared/src/lib/button.component.ts

More info on Angular integration can be found here
https://www.bryntum.com/docs/scheduler/#guides/integration/angular.md

Most of the tips above can be used for the Bryntum Grid component.

Post by bensullivan »

I'll give that a try - thanks!

Post Reply