erfangc / ReactTable

HTML Table with Group By functionality Implemented using Facebook react.js
10 stars 12 forks source link

Calls to replaceData do not maintain current sort state #19

Closed caguthrie closed 9 years ago

caguthrie commented 9 years ago

Right now, calls to replaceData also call redoPresort. If you wish to not sort after the replace, you can pass a second argument of true to replaceData

caguthrie commented 9 years ago

Closing this as having a preSort seems to solve this.