Skip to content

v1.7.2

Compare
Choose a tag to compare
@jbetancur jbetancur released this 03 Jul 17:35
· 698 commits to master since this release

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