material-ui-datatables
material-ui-datatables copied to clipboard
i am getting below error
This is my component
<DataTables columns={TABLE_COLUMNS} data={TABLE_DATA} showCheckboxes={false} page={1} count={100}/>
Warning: Unknown prop onTouchTap
on
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.
there is not property onTouchTap in my react component ? any way is it reliable on server side with paginations and sorting ?
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.
is it support with server side data ?
Any solution to fix "Warning: Unknown prop onTouchTap"