hyojin / material-ui-datatables

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

Alternating row colors #18

Closed advance512 closed 7 years ago

advance512 commented 7 years ago

Any way to add this?

tr:nth-child(odd) {
    background: silver;
}
advance512 commented 7 years ago

stripedRows={true}

found it, thanks