Hi
i added
<script type="text/javascript" src="js/jqxcore.js"></script>
<script type="text/javascript" src="js/jqxdata.js"></script>
<script type="text/javascript" src="js/jqxbuttons.js"></script>
<script type="text/javascript" src="js/jqxscrollbar.js"></script>
<script type="text/javascript" src="js/jqxdatatable.js"></script>
<script type="text/javascript" src="js/jqxnotification.js"></script>
to my index.html file and
import JqxDataTable from '../jqwidgets-react/react_jqxdatatable.js';
in my component
but i get Cannot read property 'dataAdapter' of undefined
on let dataAdapter = new $.jqx.dataAdapter(source);
in my component
notificaitions in other sections works fine