Skip to content

Commit eb35855

Browse files
committed
Merge branch 'fix-taebul-scroll-update' into bipad
2 parents 66dc062 + 02207f2 commit eb35855

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

components/View/Taebul/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)