Topic: MDBTableEditor not recognizing options
genkaistudiodev free asked 1 year ago
as documentation says you can modify tableEditor options, but once you do it it does not recognize some option like actionHeader, actionPosition. etc
Warning: React does not recognize the actionHeader
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase actionheader
instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Grzegorz Bujański staff answered 1 year ago
How can we reproduce this issue?
I used this code:
<MDBTableEditor
data={basicData}
entriesOptions={[5, 10, 15]}
actionHeader="Example header"
actionPosition="start"
/>
and everything seems to be working fine.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: MDB5 6.0.0
- Device: Asus X540L
- Browser: Brave
- OS: Fedora 37
- Provided sample code: Yes
- Provided link: No