Topic: DataTable is not working due to prop issue
Matan Tubul
asked a year ago
Hey
I am getting the foolowing exception:
Unknown prop
entrieson tag. Remove this prop from the element. For details...
this is how i used the DataTable
return (
<div >
<MDBDataTable
striped
bordered
small
data={data}
/>
</div>
);
i am actually not sure what is the problem Thanks
Jakub Chmura
staff premium answered a year ago
Hi @Matan Tubul,
I checked this and it works perfectly. Can you show me your data entries (object which you defined as a datatable entries)?
Best, Kuba
Answered
- User: Free
- Premium support: No
- Technology: React
- MDB Version: 4.24.0
- Device: Desktop
- Browser: chrome
- OS: Ubuntu 19.04
- Provided sample code: No
- Provided link: No