MDBTableEditor not recognizing options


Topic: MDBTableEditor not recognizing options

genkaistudiodev asked a 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 a 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.


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: MDB5 6.0.0
  • Device: Asus X540L
  • Browser: Brave
  • OS: Fedora 37
  • Provided sample code: No
  • Provided link: No