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 92432af commit 227581cCopy full SHA for 227581c
1 file changed
docs/examples/className.tsx
@@ -56,7 +56,7 @@ const Demo = () => (
56
footer={() => <span>footer</span>}
57
/>
58
<h2>scroll</h2>
59
- <Table
+ <Table
60
columns={columns}
61
rowClassName={(record, i) => `row-${i}`}
62
expandedRowRender={record => <p>extra: {record.a}</p>}
0 commit comments