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