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

Method hasRightFrozenColumns

src/ColumnManager.js:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 hasRightFrozenColumns() {
67 return this._cache('hasRightFrozenColumns', () => {
68 return this._fixed && this.getVisibleColumns().some(column => column.frozen === FrozenDirection.RIGHT);
69 });
70 }
71
72 getMainColumns() {
73 return this._cache('mainColumns', () => {

Callers 2

constructorMethod · 0.80
BaseTable.jsFile · 0.80

Calls 2

_cacheMethod · 0.95
getVisibleColumnsMethod · 0.95

Tested by

no test coverage detected