* Get the amount of physical columns in the first data row. * * @returns {number} Amount of physical columns in the first data row.
()
| 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. |
no test coverage detected