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
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
Version 0.10.1
- Allow sorting based on non-stringified values
- Fix broken filtering when specifying table data with <Tr>s and <Td>s
- Fix issue with <Td> column name getting attached as a series of
properties