tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

DataTable full #432

Closed wellingtoncosta closed 7 years ago

wellingtoncosta commented 7 years ago

Hi,

How I do the DataTable component stay full into a Layout component?

wellingtoncosta commented 7 years ago

I did it just using style={{"width" : "100%"}}. It's the best way?

tleunen commented 7 years ago

Yes. Or using a className instead ;)