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 a8ed2b1 commit 76d77d5Copy full SHA for 76d77d5
src/Table.tsx
@@ -469,6 +469,7 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
469
if (
470
process.env.NODE_ENV !== 'production' &&
471
typeof customizeScrollBody === 'function' &&
472
+ hasData &&
473
!fixHeader
474
) {
475
warning(false, '`components.body` with render props is only work on `scroll.y`.');
0 commit comments