@symply.io/basic-components 1.7.10-beta.4 → 1.7.10

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.
@@ -357,7 +357,7 @@ var VirtualDataTable = function (props, ref) {
357
357
  }); }, [onRowClick, onContextMenu, handleCustomizeRowBgColor]);
358
358
  return (_jsx(TableVirtuoso, { data: visableRows || rows, increaseViewportBy: { top: 320, bottom: 480 }, initialTopMostItemIndex: 0, style: {
359
359
  height: tableHeight,
360
- minHeight: rows.length === 0 ? tableHeight + 34 : 80,
360
+ minHeight: (visableRows || rows).length === 0 ? tableHeight + 34 : 80,
361
361
  maxHeight: maxHeight,
362
362
  }, onScroll: onScroll, onResize: onScroll, components: VirtuosoTableComponents, fixedHeaderContent: fixedHeaderContent, fixedFooterContent: fixedFooterContent, itemContent: itemContent, scrollerRef: reflectScrollerRef, totalListHeightChanged: onTotalListHeightChanged }));
363
363
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.7.10-beta.4",
3
+ "version": "1.7.10",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",