@tanstack/react-table 8.3.4 → 8.4.0

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.
@@ -4014,7 +4014,7 @@ var drawChart = (function (exports) {
4014
4014
  </script>
4015
4015
  <script>
4016
4016
  /*<!--*/
4017
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"8779-127"},{"name":"react-table/src/index.tsx","uid":"8779-129"}]}]}],"isRoot":true},"nodeParts":{"8779-127":{"renderedLength":136752,"gzipLength":23772,"brotliLength":0,"mainUid":"8779-126"},"8779-129":{"renderedLength":1900,"gzipLength":752,"brotliLength":0,"mainUid":"8779-128"}},"nodeMetas":{"8779-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"8779-127"},"imported":[],"importedBy":[{"uid":"8779-128"}]},"8779-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"8779-129"},"imported":[{"uid":"8779-130"},{"uid":"8779-126"}],"importedBy":[],"isEntry":true},"8779-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"8779-128"}],"isExternal":true}},"env":{"rollup":"2.77.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4017
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"939c-127"},{"name":"react-table/src/index.tsx","uid":"939c-129"}]}]}],"isRoot":true},"nodeParts":{"939c-127":{"renderedLength":136785,"gzipLength":23785,"brotliLength":0,"mainUid":"939c-126"},"939c-129":{"renderedLength":1900,"gzipLength":752,"brotliLength":0,"mainUid":"939c-128"}},"nodeMetas":{"939c-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"939c-127"},"imported":[],"importedBy":[{"uid":"939c-128"}]},"939c-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"939c-129"},"imported":[{"uid":"939c-130"},{"uid":"939c-126"}],"importedBy":[],"isEntry":true},"939c-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"939c-128"}],"isExternal":true}},"env":{"rollup":"2.77.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4018
4018
 
4019
4019
  const run = () => {
4020
4020
  const width = window.innerWidth;
@@ -11,11 +11,11 @@
11
11
  "children": [
12
12
  {
13
13
  "name": "table-core/build/esm/index.js",
14
- "uid": "8779-132"
14
+ "uid": "939c-132"
15
15
  },
16
16
  {
17
17
  "name": "react-table/src/index.tsx",
18
- "uid": "8779-134"
18
+ "uid": "939c-134"
19
19
  }
20
20
  ]
21
21
  }
@@ -25,55 +25,55 @@
25
25
  "isRoot": true
26
26
  },
27
27
  "nodeParts": {
28
- "8779-132": {
29
- "renderedLength": 136752,
30
- "gzipLength": 23772,
28
+ "939c-132": {
29
+ "renderedLength": 136785,
30
+ "gzipLength": 23785,
31
31
  "brotliLength": 0,
32
- "mainUid": "8779-131"
32
+ "mainUid": "939c-131"
33
33
  },
34
- "8779-134": {
34
+ "939c-134": {
35
35
  "renderedLength": 1900,
36
36
  "gzipLength": 752,
37
37
  "brotliLength": 0,
38
- "mainUid": "8779-133"
38
+ "mainUid": "939c-133"
39
39
  }
40
40
  },
41
41
  "nodeMetas": {
42
- "8779-131": {
42
+ "939c-131": {
43
43
  "id": "/packages/table-core/build/esm/index.js",
44
44
  "moduleParts": {
45
- "index.production.js": "8779-132"
45
+ "index.production.js": "939c-132"
46
46
  },
47
47
  "imported": [],
48
48
  "importedBy": [
49
49
  {
50
- "uid": "8779-133"
50
+ "uid": "939c-133"
51
51
  }
52
52
  ]
53
53
  },
54
- "8779-133": {
54
+ "939c-133": {
55
55
  "id": "/packages/react-table/src/index.tsx",
56
56
  "moduleParts": {
57
- "index.production.js": "8779-134"
57
+ "index.production.js": "939c-134"
58
58
  },
59
59
  "imported": [
60
60
  {
61
- "uid": "8779-135"
61
+ "uid": "939c-135"
62
62
  },
63
63
  {
64
- "uid": "8779-131"
64
+ "uid": "939c-131"
65
65
  }
66
66
  ],
67
67
  "importedBy": [],
68
68
  "isEntry": true
69
69
  },
70
- "8779-135": {
70
+ "939c-135": {
71
71
  "id": "react",
72
72
  "moduleParts": {},
73
73
  "imported": [],
74
74
  "importedBy": [
75
75
  {
76
- "uid": "8779-133"
76
+ "uid": "939c-133"
77
77
  }
78
78
  ],
79
79
  "isExternal": true
@@ -3181,7 +3181,8 @@
3181
3181
  } : { ...column,
3182
3182
  accessorKey: accessor
3183
3183
  };
3184
- }
3184
+ },
3185
+ display: column => column
3185
3186
  };
3186
3187
  }
3187
3188
 
@@ -3946,6 +3947,7 @@
3946
3947
  exports.Visibility = Visibility;
3947
3948
  exports.aggregationFns = aggregationFns;
3948
3949
  exports.buildHeaderGroups = buildHeaderGroups;
3950
+ exports.createCell = createCell;
3949
3951
  exports.createColumn = createColumn;
3950
3952
  exports.createColumnHelper = createColumnHelper;
3951
3953
  exports.createRow = createRow;