Topic: How can I build a single plugin
KieranFoot free asked 1 year ago
Hi, I'd like to know how I can build an individual plugin?
I am customizing the table editor control to better support options other than plain strings for select editable fields.
I can use esbuild
, but I then need to modify the created code to work in the browser as it creates a self contained script.
I do find it disappointing that you don't provide proper package.json
files with your components.
This will likely become a feature request too.
KieranFoot free answered 1 year ago
An official response would be much appreciated since the response so far fails to answer the actual question.
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 Standard
- MDB Version: MDB5 6.4.0
- Device: PC
- Browser: Edge
- OS: Windows 11
- Provided sample code: Yes
- Provided link: No
KieranFoot free commented 1 year ago
Building the whole package for plain JavaScript would be useful too if you'd like to share instructions.