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

Method hasFrozenColumns

src/ColumnManager.js:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 hasFrozenColumns() {
52 return this._cache('hasFrozenColumns', () => {
53 return this._fixed && this.getVisibleColumns().some(column => !!column.frozen);
54 });
55 }
56
57 hasLeftFrozenColumns() {
58 return this._cache('hasLeftFrozenColumns', () => {

Callers 2

getMainColumnsMethod · 0.95
BaseTable.jsFile · 0.80

Calls 2

_cacheMethod · 0.95
getVisibleColumnsMethod · 0.95

Tested by

no test coverage detected