Our blazing fast Grid component built with pure JavaScript


Post by Suraksha »

Hey!
Can we pass angular components into renderer config directly? I want it to render my custom component.
A sample is written below:
columns: object[] =[
   { 
   	field: 'step',
    	text: 'Steps',
     	flex: 1, 
     	renderer: StepsComponent
   }]
   
In the above example, StepsComponent is my custom component.

Post by mats »

Not currently I'm afraid, but it's on our future roadmap.

Post by Suraksha »

Ohk!Thanks!

Post by Suraksha »

When can we expect this feature?

Post by mats »

Q4 at the earliest, if you need it sooner you can sponsor its development. https://bryntum.com/services

Post Reply