hyojin / material-ui-datatables

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

added passing alignRight prop from column settings #42

Closed dumavit closed 7 years ago

dumavit commented 7 years ago

Hi, you are using alignRight prop in DataTablesHeaderColumn component, but it's not passed from DataTable. This prop is used for placing sorting arrow before column label.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 87.742% when pulling 5ec5c05dd01d6ba008c30611be9e9578d5ac8790 on dumavit:master into 0d87d7363bc3a28d4e4d4fa81067d1f970960d14 on hyojin:master.

hyojin commented 7 years ago

@dumavit Thanks! but it is necessary to change textAlign property not only of header column also row column. I'll update it.