You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to configure the pivot table to collapse rows by default? Currently, the table rows are not collapsed on initial page render, but they collapse if the table is scrolled. I attempted to use view.set_depth(0) to achieve this behaviour, but it did not work as expected.
I also referred to the following issue for guidance: #2295. However, it appears that the notifyResize(true) method has been removed or is no longer available. Is there an alternative approach to achieve this functionality?
Bug Report
Is there a way to configure the pivot table to collapse rows by default? Currently, the table rows are not collapsed on initial page render, but they collapse if the table is scrolled. I attempted to use
view.set_depth(0)
to achieve this behaviour, but it did not work as expected.I also referred to the following issue for guidance: #2295. However, it appears that the notifyResize(true) method has been removed or is no longer available. Is there an alternative approach to achieve this functionality?
Steps to Reproduce:
npm i
,npm run local
,npm run start:prod
I'm using react instead of pure javascript.
Expected Result:
Actual Result:
Environment:
@finos/perspective version: 3.1.2
browser and version: Google Chrome Version 130.0.6723.70
OS: macOS Sonoma version 14.5
The text was updated successfully, but these errors were encountered: