@onehat/ui 0.3.147 → 0.3.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -744,7 +744,7 @@ function GridComponent(props) {
|
|
|
744
744
|
// calculate localColumnsConfig
|
|
745
745
|
let localColumnsConfig = [];
|
|
746
746
|
let savedLocalColumnsConfig;
|
|
747
|
-
if (localColumnsConfigKey && !hasFunctionColumn) {
|
|
747
|
+
if (localColumnsConfigKey && !hasFunctionColumn && !UiGlobals.disableSavedColumnsConfig) {
|
|
748
748
|
savedLocalColumnsConfig = await getSaved(localColumnsConfigKey);
|
|
749
749
|
}
|
|
750
750
|
if (savedLocalColumnsConfig) {
|