(e)
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected