has anyone sussfully inigrated ghtmlx5.2 with codeignigter4.2
Hello @mkeery-12250,
Unfortunately, I don’t have any ready examples of such integration or experience with codeignigter4.2
As I researched - technically, it should be possible by:
- adding suite files to your project
- Creating controller that will return view with implemented suite component
- creating
view
, that will contain HTML page, and script withsuite
related code.
Kind regards,