Data Grid Action Controls folding into submenu

Hi, I have a Data Grid with one build in edit action and two custom actions but the actions seem to fold into a submenu.

I need all of the actions to be in line in the grid without the submenu but I can’t seem to find a solution and neither can LLM.

I tired showIf: () => true, and I tried to remove columns to make more space but neither one worked.

I have seen on the platform data grids with three actions in line not folded so I am guessing there is some kind of config for that ?

Please advice, thank you

Edge 1018.0.457

Hi @waldemar.bus,

having more than two actions will result in them being placed inside the dropdown.
There is no option to change/disable this behavior.

Regards,
Tristan

2 Likes

Ok, thank you. That will save some time.