hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

Sortable doesn't work if Checkbox option is enabled #2

Closed shaz-dev closed 7 years ago

shaz-dev commented 7 years ago

Thanks for this great module.

I've found an issue. If the checkbox/selectable options are enabled (showCheckboxes=true), the sort functionality doesn't work. Also, when the second column has sort functionality, if you click on first column to sort then second column gets sorted but not first one. But if you select on All checkboxes (which selects all the rows with checkbox), then first column gets sorted. Can you please help on this..

Thanks

hyojin commented 7 years ago

@shaz-dev Hi, Thanks for your investigation. I have a misunderstanding on a property of the material-ui component. I will fix soon :)

hyojin commented 7 years ago

@shaz-dev I fixed it. please check v0.16.5!