MCPcopy Create free account
hub / github.com/handsontable/handsontable / countFirstRowKeys

Method countFirstRowKeys

handsontable/src/dataMap/dataMap.ts:224–226  ·  view source on GitHub ↗

* Get the amount of physical columns in the first data row. * * @returns {number} Amount of physical columns in the first data row.

()

Source from the content-addressed store, hash-verified

222 * @returns {number} Amount of physical columns in the first data row.
223 */
224 countFirstRowKeys() {
225 return countFirstRowKeys(this.dataSource ?? []);
226 }
227
228 /**
229 * Generates columns' translation cache.

Callers 2

#buildColumnCacheMethod · 0.95
CoreFunction · 0.45

Calls 1

countFirstRowKeysFunction · 0.90

Tested by

no test coverage detected