@tanstack/table-core 8.0.0-alpha.78 → 8.0.0-alpha.79

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tanstack/table-core",
3
3
  "author": "Tanner Linsley",
4
- "version": "8.0.0-alpha.78",
4
+ "version": "8.0.0-alpha.79",
5
5
  "description": "Hooks for building lightweight, fast and extendable datagrids for React",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/tanstack/react-table#readme",
@@ -215,7 +215,7 @@ export const ColumnSizing: TableFeature = {
215
215
  }
216
216
  }
217
217
 
218
- const startSize = column.getSize()
218
+ const startSize = header.getSize()
219
219
 
220
220
  const columnSizingStart: [string, number][] = header
221
221
  ? header