DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Table sort does not work with TableHeader #931

Closed stuller closed 5 years ago

stuller commented 5 years ago

Table sort isn't working with TableHeader components. It shows the buttons for sort, but clicking them does nothing. It does work if you use the React Bootstrap Table TableHeaderColumn elements.

Harry and Mag said that sorting used to work, so could be that something we updated broke this.

image