hyojin / material-ui-datatables

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

Contents of the table disappeared when the width is small #29

Closed hitlxc closed 7 years ago

hitlxc commented 7 years ago

my data is longer then the cell ,so I set overflow:auto or overflow:scroll to the columns but the contents beyond the scope of the cell are disappeared ,is it a bug? Or how should I deal with this situation

hyojin commented 7 years ago

@hitlxc Did you try to change text-overflow property?

hitlxc commented 7 years ago

yeah , it worked , set text-overflow:clip is okay . 3q very much