eddyson-de / react-grid

Customizable data grid for React.js
MIT License
4 stars 0 forks source link

Default sorting is restored if data is replaced #500

Closed jochenberger closed 6 years ago

jochenberger commented 6 years ago

If you specify a default sorting for a Grid, then change the sorting and replace its data, the default sorting is restored.

jochenberger commented 6 years ago

This only seems to happen if the defaultSort is passed as a string.