Is your feature request related to a problem? Please describe.
When expanding and collapsing a semi-complex rowExpansion item in safari, the animation has a lot of jank and does not make it smooth compared to other browsers. Even happens in the doc site: https://icflorescu.github.io/mantine-datatable/examples/expanding-rows/?utm_source=chatgpt.com#using-collapse-function-in-row-expansion-content
Describe the solution you'd like
Tweak the default animation or possibly change layout or component to use more block level component instead of nested tr to match what is out of the box collapse component
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem? Please describe.
When expanding and collapsing a semi-complex rowExpansion item in safari, the animation has a lot of jank and does not make it smooth compared to other browsers. Even happens in the doc site: https://icflorescu.github.io/mantine-datatable/examples/expanding-rows/?utm_source=chatgpt.com#using-collapse-function-in-row-expansion-content
Describe the solution you'd like
Tweak the default animation or possibly change layout or component to use more block level component instead of nested tr to match what is out of the box collapse component
Describe alternatives you've considered
None
Additional context
None