MCPcopy Create free account
hub / github.com/Lobos/react-ui / onBodyScroll

Method onBodyScroll

src/Table.js:115–118  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

113 }
114
115 onBodyScroll (e) {
116 let hc = this.refs.headerContainer;
117 hc.style.marginLeft = (0 - e.target.scrollLeft) + 'px';
118 }
119
120 getData () {
121 let page = this.props.pagination,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected