Hi,
I was trying to override the default onClick
of the RecordCard
component with a custom one that send me to the corresponding table. I didn’t see in the doc the way to prevent the default expending behaviour.
But in the code there is the undocumented hasOnClick
that seems to do the job.
Can you update the doc with this ?
Thanks