hyojin / material-ui-datatables

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

rowSizeList can not open the list menu #72

Open liusujuan opened 6 years ago

liusujuan commented 6 years ago

image like the picture shows. click the arrow button but no response. I don not know why.

swapnil95 commented 6 years ago

That's probably because you might be on React 16 and material ui 0.19.x I solved this by upgrading react-tap-event-plugin to 3.0.0 and doing this at my entry point

import injectTapEventPlugin from 'react-tap-event-plugin'
injectTapEventPlugin()

After doing this the menu works but it doesn't appear at the bottom of the table. It appears at the top of my webpage!