Dane

Results 7 comments of Dane

because the transparent window is lost focus, so the ``` window.addEventListener('mousemove', cb) ``` can not be triggered

![e5ebz2d2da](https://user-images.githubusercontent.com/7593506/29406473-c31a98c2-8373-11e7-9d4a-a655bcb6d091.gif) MultiGrid that can `fixedRightColumn` and `fixedLeftColumn` you can check the source code from [here](https://github.com/dingchaoyan1983/enhance-multi-grid/blob/master/multi-grid.js)

That is because here ``` var expandIcon = expandIconRenderer({ rowData: rowData, rowIndex: rowIndex, depth: depth, onExpand: this._handleExpand }); var cells = columns.map(function (column, columnIndex) { return cellRenderer({ isScrolling: isScrolling, columns:...

So I can not use `react-base-table`, I need to implement such as fixed myself, sad

@suren-atoyan yeah, your suggestion is very good, they can resolve my problem also, but it is not intuitive, for options 1, I SHOULD to know the `ready` variable is indicate...