We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b012652 commit de38a68Copy full SHA for de38a68
1 file changed
tests/Expanded.spec.tsx
@@ -57,7 +57,7 @@ describe('Table.Expanded', () => {
57
sticky
58
expandable={{
59
defaultExpandAllRows: true,
60
- expandedRowRender: record => <div>{record.key}</div>,
+ expandedRowRender: record => <div>11122233{record.key}</div>,
61
}}
62
/>,
63
);
0 commit comments