Premium support for our pure JavaScript UI components


Post by davidb »

Hello,

We are using the TreeGrid. I was wondering if it's possible to open a tree section by clicking the whole cell instead of just the icon?

The icon seems to be a bit tricky for mobile users.

Image attached
Thanks!

Attachments
Click_Whole_Cell.jpg
Click_Whole_Cell.jpg (82.66 KiB) Viewed 156 times

Post by mats »


Post by davidb »

Thanks Mats, are there any examples of that feature working in context.

Can't get it to work.

Thanks


Post by ghulam.ghous »

Hi,

We do not have an online example but you can add the below code in the treeGrid example and see for yourself, here is the treeGrid example link: https://bryntum.com/products/grid/examples/tree/

    features : {
        tree: {
              expandOnCellClick: true
          },
     }

Here's the clip of it in action: https://drive.google.com/drive/folders/1ME9WMLTjP1RXS87_TheVa3IjAcz9pYz6?usp=sharing

Regards,
Ghous


Post Reply