mig-schema-table 3.0.68 → 3.0.69

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.
@@ -382,9 +382,7 @@ function SchemaTable({ Heading = VariableSizeList, checkedIndexes, config, custo
382
382
  columnFilterStatus = EColumnFilterStatus.ACTIVE;
383
383
  }
384
384
  const isColumnSortable = !!(isSortable &&
385
- (propSchema ||
386
- ((propConfig === null || propConfig === void 0 ? void 0 : propConfig.sortByValue) && propConfig.renderData) ||
387
- (propConfig === null || propConfig === void 0 ? void 0 : propConfig.sort)));
385
+ (propSchema || (propConfig === null || propConfig === void 0 ? void 0 : propConfig.renderData) || (propConfig === null || propConfig === void 0 ? void 0 : propConfig.sort)));
388
386
  return (_jsx(SchemaTableTh, { columnFilterStatus: columnFilterStatus,
389
387
  // disableColumnFilter={disableColumnFilter}
390
388
  isAllChecked: isAllRowsChecked, isSortable: isColumnSortable, numberOfSelectedRows: checkedIndexes === null || checkedIndexes === void 0 ? void 0 : checkedIndexes.length, onSelectAllIndexesHandler: onSelectAllIndexesHandler, propConfig: propConfig, propIsRequired: required.includes(propName), propName: propName, schema: propSchema, setMenuConfig: setSchemaTableThMenuConfig, setSortAsc: onSetSortAsc, setSortColumn: onSetSortColumn, sortAsc: sortColumn === propName ? sortAsc : undefined, style: style }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mig-schema-table",
3
- "version": "3.0.68",
3
+ "version": "3.0.69",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist/"