Skip to content

Releases: gregnb/mui-datatables

v1.1.3

31 Mar 02:35
Compare
Choose a tag to compare

added onSearchChange, onChangePage, onChangeRowsPerPage callback functions

v1.1.2

28 Mar 18:09
Compare
Choose a tag to compare

🎉 🎉 This release brings in a new feature: selectable rows and closes #5.

It provides two callbacks to listen for action changes: onRowsSelect and onRowsDelete. A more detailed example can be found in examples/

tables-selectable-rows

React.Fragment

25 Mar 21:59
Compare
Choose a tag to compare

Fixed bug related to React.Fragment not working in React 16.0. Using an array instead on MUIDataTableBodyCell. Mistakenly thought React.Fragment was available in 16.0 but seems it was only 16.2?

https://reactjs.org/blog/2017/11/28/react-v16.2.0-fragment-support.html

Refactored custom styling

25 Mar 21:02
Compare
Choose a tag to compare

Breaking change: In this release I have refactored the package to use mui theme's instead of the internal DataStyles component.

I've also reverted the table head back to using the material-ui TableSortLabel instead of a custom icon. The package is now using the latest material-ui & material-ui-icons. Issues stemming from running an older version have also been addressed.

v1.0.9

18 Mar 13:06
Compare
Choose a tag to compare
  • Fixed an issue that arose from customized columns and filter: true

v1.0.8

16 Mar 03:55
Compare
Choose a tag to compare

1.0.8 (2018-03-16)

  • added ability to customize columns (831b8d4b)

v1.0.4

01 Jan 20:23
Compare
Choose a tag to compare

1.0.4 (2018-01-01)

  • accessibility fixes + live announce area added to handle announcement of sorting columns and other f (8dba3f7)
  • added jsx-a11y to eslint. material-ui upgraded to 1.0.0.beta.26. now injecting MUIPopover with conta (533a818)
  • added updatePosition to Popover after table row content updates (baceb9f)