@acorex/components 21.0.0-next.54 → 21.0.0-next.55

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.
@@ -1971,7 +1971,7 @@ class AXDataTableComponent extends AXBaseDataTable {
1971
1971
  }
1972
1972
  });
1973
1973
  if (autoWidthColumns.length > 0) {
1974
- console.log(`Auto-fitted ${autoWidthColumns.length} column(s) with width='auto': indices ${autoWidthColumns.join(', ')}`);
1974
+ console.warn(`Auto-fitted ${autoWidthColumns.length} column(s) with width='auto': indices ${autoWidthColumns.join(', ')}`);
1975
1975
  }
1976
1976
  }
1977
1977
  /**