@esfaenza/es-table 11.2.139 → 11.2.140

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.
@@ -1917,7 +1917,7 @@
1917
1917
  if (!this.est.TMPBoundSource || this.est.TMPBoundSource.length == 0)
1918
1918
  return;
1919
1919
  var useGenericItems = !!this.est.TMPBoundSource[0]["properties"];
1920
- if (!useGenericItems || (!this.est.FirstBind && this.est.DynamicRowColumnsDefinition && this.est.DynamicRowColumnsDefinition.length > 0))
1920
+ if (!useGenericItems || (this.est.FirstBind && this.est.DynamicRowColumnsDefinition && this.est.DynamicRowColumnsDefinition.length > 0))
1921
1921
  return;
1922
1922
  if ((!this.est.DynamicRowColumnsDefinition || this.est.DynamicRowColumnsDefinition.length == 0)) {
1923
1923
  var props = this.est.TMPBoundSource[0]["properties"];