Project

General

Profile

Integrating Wt app with third part Javascript plugin

Added by luigi forlano 17 days ago

Hello,

I have read many posts in the forum but I was not able to solve my doubts. Please be patient if I ask stupid questions.

I have a C++ desktop application and I am exploring how to make it a web app. I need only to replace the previous GUI interface and Wt seems very promising for this task.
One important part of my GUI require the interaction of a data grid with a database. Instead to replicate it with Wt, in order to save time, I would like to replace this part of the GUI with a javascript plugin (https://tabulator.info , it uses in turn the JQuery library).

The question is: can I import such library and use it as part of my single page application?

Thank you very much for your kind attention,

Luigi