"table" property does not work when added to argTypes

Author: el-bannaCreated Nov 27, 2024Updated Jan 2, 2025

Firstly, I'd like to thank you for the amazing work on this project.

Regarding my issue: I have many args, and I'd like to divide my controls into sections (groups).

So I was checking the documentation of Storybook and found that there is a property called table that can help my in achieving that. I tried to use it inside my story and it didn't work.

Is there a workaround or an equivalent property?

Source: storybookjs/react-native