v1.7.2
Features
- #117 You can now use the
sortFunction
prop to override the default sort logic.sortFunction
accepts a callback that gives you access to the same arguments used internally:(rows, field, direction) => {...your logic here that returns a sorted array}
Maintenance
- Update Stories