Topic: How can I build a single plugin
KieranFoot asked a 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 answered a year ago
An official response would be much appreciated since the response so far fails to answer the actual question.
Mikołaj Smoleński staff answered a year ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 6.4.0
- Device: PC
- Browser: Edge
- OS: Windows 11
- Provided sample code: No
- Provided link: No
KieranFoot commented a year ago
Building the whole package for plain JavaScript would be useful too if you'd like to share instructions.