Topic: MDBTableEditor was not found in mdb-react-ui-kit (Pro Advanced)
weeldi priority asked 3 years ago
Hi!
I'm new in the MDB community ;-)I'm facing this error:
MDBTableEditor was not found in mdb-react-ui-kit (Pro Advanced)
even after updating the NPM package to be at v1.2.0:
"node_modules/mdb-react-ui-kit": { "version": "1.2.0", "resolved": "git+https://oauth2:................
Do I have to import this plugin/component from another package?
I followed this API doc page at https://mdbootstrap.com/docs/b5/react/plugins/table-editor/#docsTabsAPI
using
import { MDBTableEditor } from 'mdb-react-ui-kit';
Thanks for your help.
Charles.
Krzysztof Wilk staff answered 3 years ago
Hi!
An MDBTableEditor component is not part of our pro package - it is an additional plugin we are adding to our MDB Pro Advanced packages. You can check here how to install it - https://mdbootstrap.com/docs/b5/react/pro/plugins-installation/ :)
Keep coding!
Adam Jakubowski staff answered 3 years ago
Hello,
The support forum is dedicated to technical questions.
All questions regarding MDB licensing, products, partnerships and other non-technical queries - it should be asked directly to contact@mdbootstrap.com
I've reached out to you via email address assigned to your mdbootstrap account.
Keep coding,
Adam From MDB
weeldi priority commented 3 years ago
Of course, 100% agree, but it started with a problem from your API doc:, then I figured out that you forgot to grant me access to the correct repositorIES.
So you have a consistency problem between the page: https://mdbootstrap.com/docs/b5/react/pro/plugins-installation/ and the page: https://mdbootstrap.com/docs/b5/react/plugins/table-editor/#docsTabsAPI
import { MDBTableEditor } from 'mdb-react-ui-kit'; VS import { MDBTableEditor } from 'mdb-react-table-editor';
Krzysztof Wilk staff commented 3 years ago
That's a typo in our documentation, thanks for reporting that. The proper way to import plugin is import { MDBTableEditor } from 'mdb-react-table-editor';
:)
Keep coding!
weeldi priority answered 3 years ago
After testing, this is not working for us:
It looks like our account is not granted for advanced package and plugins, not working from SSH key/OAuth, and is not visible after login at https://git.mdbootstrap.com/mdb.
We bought the advanced package MDB5 recently.
Can you please assist?
Thanks
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 1.0.0-beta6
- Device: Any
- Browser: Any
- OS: Linux
- Provided sample code: No
- Provided link: Yes