Hi.
I am trying to only show the detail (+) button in a grid row if a field has a specific value but I can't make it work. Here is an example:
https://stackblitz.com/edit/react-skjcz7?file=app%2Fmain.tsx
As you can see, the + button in the first row does not get replaced by my new button and also if I click on my button it results in an error.
I found a quite old example from a similar thread here but it was build with a class based component. I tried to do this with my function based approach but obviously I'm missing something.
Thanks for your help!
Greetings,
Bernd