Skip to content

Commit fcab0d1

Browse files
committed
Add back r1
1 parent dd4bfd2 commit fcab0d1

File tree

1 file changed

+9
-1
lines changed
  • components/dash-table/src/dash-table/components/ControlledTable

1 file changed

+9
-1
lines changed

components/dash-table/src/dash-table/components/ControlledTable/index.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@ type Refs = {
5454
r1: React.RefObject<HTMLDivElement>;
5555
};
5656

57-
const tableRefNames = ['table', 'tooltip', 'r0c0', 'r0c1', 'r1c0', 'r1c1'];
57+
const tableRefNames = [
58+
'table',
59+
'tooltip',
60+
'r0c0',
61+
'r0c1',
62+
'r1c0',
63+
'r1c1',
64+
'r1'
65+
];
5866

5967
const DEFAULT_STYLE = {
6068
width: '100%'

0 commit comments

Comments
 (0)