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

Method recomputeColumnStyles

src/ColumnManager.js:180–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 recomputeColumnStyles() {
181 return this._columns.reduce((styles, column) => {
182 styles[column.key] = this.recomputeColumnStyle(column);
183 return styles;
184 }, {});
185 }
186}
187
188ColumnManager.PlaceholderKey = '__placeholder__';

Callers 1

resetMethod · 0.95

Calls 1

recomputeColumnStyleMethod · 0.95

Tested by

no test coverage detected