You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
Version 0.14.0
* Add ability to hide the Thead in the Table
* Pass-through arbitrary HTML props to the `Td` component
* Fix receiving new props clearing out the current page
* Fix unknown props warnings with react 15.2
* Call component initialize methods with the correct props
Version 0.13.1
+ Allow passing a `filterClassName` prop to the table (#260)
+ Add ability to set the current page via a prop passed to the table (#272)
Version 0.13.0
+ Add support for custom filters (#267)
+ Add support for sorting foreign currencies (#265)
* Filter thead from table children warning (#264)