MCPcopy Create free account
hub / github.com/Autodesk/react-base-table / constructor

Method constructor

src/ColumnManager.js:4–7  ·  view source on GitHub ↗
(columns, fixed)

Source from the content-addressed store, hash-verified

2
3export default class ColumnManager {
4 constructor(columns, fixed) {
5 this._origColumns = [];
6 this.reset(columns, fixed);
7 }
8
9 _cache(key, fn) {
10 if (key in this._cached) return this._cached[key];

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected