We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 129c942 commit bab36c9Copy full SHA for bab36c9
components/dash-table/src/dash-table/components/ControlledTable/index.tsx
@@ -402,7 +402,7 @@ export default class ControlledTable extends PureComponent<ControlledTableProps>
402
if (fixed_columns || fixed_rows) {
403
const widths = Array.from(
404
r1c1.querySelectorAll(
405
- 'table.cell-table > tbody > tr:first-of-type > *'
+ 'table.cell-table > tbody > tr:last-of-type > *'
406
)
407
).map(c => c.getBoundingClientRect().width);
408
0 commit comments