Open sgrogov opened 8 years ago
Hi guys. I have a trouble with customizing styles of fixed-data-table. Tables without horizontal borders have 2px of additional scrolling. I guess that problem is exactly in the magic number 2
fixed-data-table
2px
2
var totalHeightReserved = props.footerHeight + props.headerHeight + groupHeaderHeight + 2 * BORDER_HEIGHT;
(https://github.com/facebook/fixed-data-table/blob/master/src/FixedDataTableNew.react.js#L873) It shall be calculated dynamically, isn't it?
Hi guys. I have a trouble with customizing styles of
fixed-data-table
. Tables without horizontal borders have2px
of additional scrolling. I guess that problem is exactly in the magic number2
(https://github.com/facebook/fixed-data-table/blob/master/src/FixedDataTableNew.react.js#L873) It shall be calculated dynamically, isn't it?