I am trying to get the jQuery plugin "DataTables" working in XPINC but have not found a way for that.
These resources are included into the applications "Web-Content"-Folder:
<xp:script src="jquery/jquery.min.js" type="text/javascript" clientSide="true"/>
<xp:script src="jquery/plugins/DataTables/dataTables.js" type="text/javascript" clientSide="true"/>
When viewing in a browser everything works fine.
But the initialisation of the DataTable-plugin is not passing in XPINC. If I manually try to find out if $.fn.dataTables exists, the browsers shows me an [object] while XPINC returns "undefined".
Has anyone else tried this plugin and finally got it working for browser and XPINC?