hyojin / material-ui-datatables

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

i am getting below error #71

Open kmadhusudhan opened 6 years ago

kmadhusudhan commented 6 years ago

This is my component

Warning: Unknown prop onTouchTap on

tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop in div (created by BeforeAfterWrapper) in BeforeAfterWrapper (created by ClearFix) in ClearFix (created by DropDownMenu) in div (created by DropDownMenu) in DropDownMenu (created by DataTables) in div (created by DataTables) in div (created by DataTables) in div (created by Toolbar) in Toolbar (created by DataTables) in div (created by DataTables) in DataTables (created by List) in MuiThemeProvider (created by List) in List (created by Connect(List)) in Connect(List) (created by Users)

chescalante commented 6 years ago

this is because you set the property onTouchTap and if the property doesn't exist, what are you trying to do?. considering the property is not present in the documentation I assume is not implemented.

kmadhusudhan commented 6 years ago

there is not property onTouchTap in my react component ? any way is it reliable on server side with paginations and sorting ?

swestermire commented 6 years ago

Same issue. It's just a warning so I'm ignoring it. I'm only using height, columns, data table attributes. I don't think I can make this any simpler.

kmadhusudhan commented 6 years ago

is it support with server side data ?

manukbenjamin commented 6 years ago

Any solution to fix "Warning: Unknown prop onTouchTap"