GriddleGriddle / griddle-core

Core grid logic for Griddle
5 stars 9 forks source link

Add multisort functionality #19

Open ryanlanciaux opened 9 years ago

ryanlanciaux commented 9 years ago

The sort methods should take an array of columns to sort by. The first item in the array would be the primary sort where the last would be of least importance.

actionCreators should be created also to achieve this functionality.