github jbetancur/react-data-table-component v6.2.0

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

Features

  • #358 - Improved Accessibility. You can now tab through all the component buttons, expanders, native selects and also the column titles. You can use the Enter key on a column to sort. There will be more accessibility improvements to come but if anything was missed please open an issue.
  • #394 You can now use expandableInheritConditionalStyles to allow conditionalRowStyles inherit to the ExpanderRow. You will still need to handle your own style inheritance in your Expander Component
  • #326 There is now an option to highlight a row when it is selected using selectableRowsHighlight
  • New kitchen sink style story added.

Minor changes to themes

This only affects you if you are using certain properties with createTheme , defaultThemes, or customStyles A couple of things have changed with themes. The action prop is now named button.

  • theme action is now button
  button: {
    default: string;
    focus: string;
    hover: string;
    disabled: string;
  };
  • headCells styles were renamed from activeStyle to activeSortStyle to better reflect the intention

Apologies if either of these causes any headaches 🙏

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

NewReleases is sending notifications on new releases.