Our blazing fast Grid component built with pure JavaScript


Post by bensullivan »

Hi

I'm having a go at integrating the example under the angular-6 directory into a parent component in our existing Angular 8 codebase. Code compiles OK and runs without error in the console however the grid does not render on the page.

Is Angular 8 supported?

Thanks

Ben

Post by sergey.maltsev »

Hi!

Yes it is supported.
Please check if appropriate css styling is used to display grid so it should be visible (non-zero size) within your component.

We have no ready-to-use Grid Angular 8 demo but this Scheduler demo is developed with Angular 8.
So you could take a look at it here or download Scheduler trial bundle to compile it.
https://www.bryntum.com/examples/scheduler/angular/advanced/dist/advanced/index.html

Scheduler is based on the Grid component so Grid would be supported also.

We already have a ticket for Angualr 8 demo also
https://app.assembla.com/spaces/bryntum/tickets/9069-grid--angular-8-demo/details

Post Reply