Premium support for our pure JavaScript UI components


Post by mamorris »

Hi,

We're want to use the ResourceInfo column in a tree grid, so we can take advantage of the imageUrl feature to show avatars for each resource.

However, when we set up the ResourceInfo column to be a tree, (i.e. resource store has models with children, and the tree flag is set to true on the scheduler and the column), it doesn't display as a tree, it just shows the top-level parents. If we change the column type to 'tree' instead of 'resourceInfo', it works fine but we lose the imageUrl functionality.

Is there a way to use the resourceInfo column as a tree or is that not supported? I can't see anything in the documentation that suggests that it isn't supported.

Thanks.


Post by mats »

Not yet supported but should be something we can add support for in the future. https://github.com/bryntum/support/issues/3602

Please note the ResourceInfo column is a very thin column class so it wouldn't take much to output the same HTML meanwhile.


Post Reply