Our blazing fast Grid component built with pure JavaScript


Post by Webethics »

Hello

I need to implement the select list in the combo with two or multiple indentations levels.
I have followed the documentation for the select list from the below link.

https://www.bryntum.com/docs/grid/#Core/widget/Combo

But there is nothing mention for the multiple indentation level select list.

Want to make the list like this: https://prnt.sc/105ieti

Thanks


Post by mats »

This is not yet supported, but I've opened a feature request here: https://github.com/bryntum/support/issues/2459

You can solve it yourself using https://bryntum.com/docs/scheduler/#Core/widget/Combo#config-listItemTpl where you can handle indenting using markup or CSS.


Post by Webethics »

Can we implement the dependent select list in the combo?
Means on the basis of the first select list option, the second select list options will display.

I have not found any tutorial regarding this type of functionality.
https://bryntum.com/docs/scheduler/#Core/widget/Combo


Post by Animal »


Post by mats »

Grouped Combo list will be supported in 4.2.0!


Post Reply