jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • silverboyir
    Participant

    PS : i used window.JQXLite.jqx instead of $.jqx and now its work


    silverboyir
    Participant

    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

Viewing 2 posts - 1 through 2 (of 2 total)