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 Nov 20, 2021. It is now read-only.
Reactable 0.11.0-beta1
* Upgrade to React 0.13
This also included splitting up everything into seperate files and
using ES6 everywhere (glittershark#80)
+ Add distinct class names to Reactable header columns named after the
column (glittershark#154)
Version 0.10.2
- Add placeholder property to table to control filterer placeholder
- Allow filtering when cell data is null
- Fix passing null instead of either a Tr or a Td
- Fix "Danger: discarding unexpected node" error when not using filtering