github jbetancur/react-data-table-component v1.7.3

latest releases: v7.6.2, v7.6.1, v7.6.0...
5 years ago

Bug Fixes

  • #133 when using fixedHeader TableRows are squashed on certain versions of Chrome and Samsung based browsers. This was resolved by always setting a min-height on Table Rows. This new TableRow min-height also correlates to theme.rows.height for when you need to override the row height.

Note you may need to clear your browser cache when using the storybook demo.

Known Issues

  • #134 fixedHeader is something that I will be looking to make more "dynamic" in a future release. For now fixedHeader relies on setting the TableBody to a fixed height and allowing overflow-y behavior.
    ${({ fixedHeader, hasOffset, offset, fixedHeaderScrollHeight }) => fixedHeader && css`

    This should probably be fine if you know your table is always going to be X height.

Don't miss a new react-data-table-component release

NewReleases is sending notifications on new releases.