We use getPersistData in the Pivot table in order to persists its settings. We do not need the data though as it might become very large with 100k records or so.
Is it possible to fetch everything return by getPersistData but without the data array (dataSourceSettings.dataSource ) .
I understand we can remove it but, if does not need to be processed by the getPersistData method it might be faster and more efficient.
Thank you