autoResetExpanded does not work as expected
autoResetExpanded should work in such a way that the expanding state is reset on a data change, right? I tried that, but it does not work. The data changes, but the expanded state remains. There's much confusion in the web about how to achieve a auto-reset of the expanded state in tanstack-table v8. The only way I can manage the expand-reset so far is the following:
Is this the right way? If yes, what's the purpose of https://tanstack.com/table/latest/docs/api/features/expanding#autoresetexpanded
Thanks