@apexcura/ui-components 0.0.11-Beta197 → 0.0.11-Beta198

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
@@ -635,8 +635,8 @@ var TableElement = (props) => {
635
635
  ...thead.map((col) => ({
636
636
  title: col.label,
637
637
  dataIndex: col.name,
638
- key: col.key
639
- // sorter: (a,b) => a[col]
638
+ key: col.key,
639
+ sorter: (a) => console.log(a)
640
640
  }))
641
641
  ];
642
642
  }
package/dist/index.mjs CHANGED
@@ -584,8 +584,8 @@ var TableElement = (props) => {
584
584
  ...thead.map((col) => ({
585
585
  title: col.label,
586
586
  dataIndex: col.name,
587
- key: col.key
588
- // sorter: (a,b) => a[col]
587
+ key: col.key,
588
+ sorter: (a) => console.log(a)
589
589
  }))
590
590
  ];
591
591
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta197",
3
+ "version": "0.0.11-Beta198",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",