MCPcopy Create free account
hub / github.com/AllenFang/react-bootstrap-table / classSet

Function classSet

src/BootstrapTable.js:464–465  ·  view source on GitHub ↗
('react-bs-table', { 'react-bs-table-bordered': this.props.bordered }, this.props.tableContainerClass)

Source from the content-addressed store, hash-verified

462 { showPaginationOnTop ? pagination : null }
463 <div ref={ node => this.table = node }
464 className={ classSet('react-bs-table', { 'react-bs-table-bordered': this.props.bordered }, this.props.tableContainerClass) }
465 style={ { ...style, ...this.props.tableStyle } }
466 onMouseEnter={ this.handleMouseEnter }
467 onMouseLeave={ this.handleMouseLeave }>
468 <TableHeader

Callers 12

renderReactSortCaretFunction · 0.85
renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
TableBody.jsFile · 0.85
renderMethod · 0.85
renderMethod · 0.85
TableFilter.jsFile · 0.85
renderMethod · 0.85
Number.jsFile · 0.85
Select.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…