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

Method getColumnStyle

src/ColumnManager.js:143–145  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

141 }
142
143 getColumnStyle(key) {
144 return this._columnStyles[key];
145 }
146
147 getColumnStyles() {
148 return this._columnStyles;

Callers 1

BaseTable.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected