UpdateSettings
Methods
applyColumnMeta
updateSettings~applyColumnMeta(columnsCount)
Re-applies the columns setting onto the column meta layer.
| Param | Type | Description |
|---|---|---|
| columnsCount | number | The number of leading columns to apply the setting to. |
resetMetaCaches
updateSettings~resetMetaCaches()
Clears the cell and column meta caches. Three kinds of write are snapshotted beforehand and
replayed afterward so they survive the clear instead of being discarded: meta set imperatively
through setCellMeta (for example, by the user or the context menu - GitHub issue #4446), meta
applied from the declarative cell option on an earlier call (GitHub issue #5661), and failed
validation results, which the validation flow writes straight onto the meta object rather than
through setCellMeta, so neither snapshot above can see them (GitHub issue #7553).