material-ui-datatables icon indicating copy to clipboard operation
material-ui-datatables copied to clipboard

i am getting below error

Open kmadhusudhan opened this issue 7 years ago • 5 comments

This is my component

<DataTables columns={TABLE_COLUMNS} data={TABLE_DATA} showCheckboxes={false} page={1} count={100}/>

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)

kmadhusudhan avatar Nov 02 '17 09:11 kmadhusudhan

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.

chescalante avatar Nov 02 '17 15:11 chescalante

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

kmadhusudhan avatar Nov 02 '17 15:11 kmadhusudhan

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.

swestermire avatar Nov 03 '17 01:11 swestermire

is it support with server side data ?

kmadhusudhan avatar Nov 03 '17 01:11 kmadhusudhan

Any solution to fix "Warning: Unknown prop onTouchTap"

manukbenjamin avatar Mar 16 '18 12:03 manukbenjamin