@apexcura/ui-components 0.0.14-Beta164 → 0.0.14-Beta165

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
@@ -761,8 +761,8 @@ var TableElement = (props) => {
761
761
  columns = [
762
762
  {
763
763
  title: "#",
764
- dataIndex: "#",
765
- key: "#",
764
+ dataIndex: "index",
765
+ key: "index",
766
766
  fixed: "left"
767
767
  },
768
768
  ...thead.map((col, ind) => ({
package/dist/index.mjs CHANGED
@@ -695,8 +695,8 @@ var TableElement = (props) => {
695
695
  columns = [
696
696
  {
697
697
  title: "#",
698
- dataIndex: "#",
699
- key: "#",
698
+ dataIndex: "index",
699
+ key: "index",
700
700
  fixed: "left"
701
701
  },
702
702
  ...thead.map((col, ind) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta164",
3
+ "version": "0.0.14-Beta165",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",