React-virtualized: Disabled table header shortens table height

Created on 8 Nov 2016  路  2Comments  路  Source: bvaughn/react-virtualized

Example of current functionality / 'Issue'
https://plnkr.co/sMsCl49eLCjXyxQAv6qn

Proposition
When the table header is disabled, make the available row height use the table height and do not reduce it by the header height.

Result
When a table's header is disabled, the table height will be what was specified and not shortened by header height.

Use Case
The table's height dimension is proportional or equal to parent element, and when header is disabled the table looks short of the expected height.

https://github.com/bvaughn/react-virtualized/pull/460

Most helpful comment

If only all issue reports came with repro cases and PRs. Thanks again!

All 2 comments

If only all issue reports came with repro cases and PRs. Thanks again!

Version 8.5.1 is being published now with this fix.

Was this page helpful?
0 / 5 - 0 ratings