@apexcura/ui-components 0.0.11-Beta184 → 0.0.11-Beta185

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.
package/dist/index.js CHANGED
@@ -623,7 +623,8 @@ var TableElement = (props) => {
623
623
  ...thead.map((col) => ({
624
624
  title: col.label,
625
625
  dataIndex: col.name,
626
- key: col.key
626
+ key: col.key,
627
+ sorter: col.sorter
627
628
  }))
628
629
  ];
629
630
  }
package/dist/index.mjs CHANGED
@@ -572,7 +572,8 @@ var TableElement = (props) => {
572
572
  ...thead.map((col) => ({
573
573
  title: col.label,
574
574
  dataIndex: col.name,
575
- key: col.key
575
+ key: col.key,
576
+ sorter: col.sorter
576
577
  }))
577
578
  ];
578
579
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta184",
3
+ "version": "0.0.11-Beta185",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",