File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const getVirtualizedRenderParams = (
4444 let startX = 0 ;
4545 let startIndex ;
4646
47+
4748 for ( ; i < columns . length ; i += 1 ) {
4849 const newStartX = startX + itemWidths [ columns [ i ] . key ] ;
4950 startIndex = i ;
@@ -165,6 +166,7 @@ export default class Taebul extends React.PureComponent {
165166 defaultColumnWidth ,
166167 ) ;
167168
169+
168170 const itemWidths = this . getItemWidths (
169171 columns ,
170172 columnWidths ,
@@ -196,6 +198,7 @@ export default class Taebul extends React.PureComponent {
196198 if ( ! target . id ) {
197199 return ;
198200 }
201+
199202 if ( target . id === this . localBodyId ) {
200203 const head = document . getElementById ( this . localHeadId ) ;
201204
@@ -305,6 +308,7 @@ export default class Taebul extends React.PureComponent {
305308 rendererClassName = { rowClassName }
306309 minWidth = { minWidth }
307310 itemHeight = { rowHeight }
311+ rowStartIndex = { this . rowStartIndex }
308312 />
309313 </ div >
310314 ) ;
You can’t perform that action at this time.
0 commit comments