@gpa-gemstone/react-table 1.2.54 → 1.2.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.
@@ -278,8 +278,6 @@ function AdjustableTable(props) {
278
278
  React.createElement("tr", { style: props.RowStyle !== undefined ? Object.assign({}, props.RowStyle) : {} }, props.LastRow))) : null));
279
279
  }
280
280
  function Rows(props) {
281
- if (props.Data.length === 0)
282
- return null;
283
281
  const onClick = React.useCallback((e, item, index) => {
284
282
  if (props.OnClick !== undefined)
285
283
  props.OnClick({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpa-gemstone/react-table",
3
- "version": "1.2.54",
3
+ "version": "1.2.55",
4
4
  "description": "Table for GPA web applications",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "typescript": "5.5.3"
43
43
  },
44
44
  "dependencies": {
45
- "@gpa-gemstone/gpa-symbols": "0.0.41",
45
+ "@gpa-gemstone/gpa-symbols": "0.0.42",
46
46
  "@gpa-gemstone/helper-functions": "0.0.35",
47
47
  "@types/lodash": "^4.14.171",
48
48
  "@types/react": "^17.0.14",