Can I use Jquery-UI autocomplete with trial version of datatables editor?

Can I use Jquery-UI autocomplete with trial version of datatables editor?

at_ravindraat_ravindra Posts: 1Questions: 1Answers: 0
edited September 2019 in Free community support

Whenever I add type as autoComplete on any field I get the error in jquery:
uncaught exception: Error adding field - unknown field type autoComplete

The load order of all the scripts I am using from the trial download is as follows:

<script src="{{ asset('argon/vendor/jquery/dist/jquery.min.js') }}"></script>
        <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
        <script src="{{ asset('argon/vendor/bootstrap/dist/js/bootstrap.bundle.min.js') }}"></script>
        <script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
        <script src="https://cdn.datatables.net/buttons/1.5.6/js/dataTables.buttons.min.js"></script>
        <script src="https://cdn.datatables.net/select/1.3.0/js/dataTables.select.min.js"></script>
        <script src="https://cdn.datatables.net/keytable/2.5.0/js/dataTables.keyTable.min.js"></script>
        <script src="{{asset('plugins/editor/js/dataTables.editor.js')}}"></script>
        <script src="{{asset('plugins/editor/js/editor.bootstrap4.min.js')}}"></script>
        <script src="{{ asset('plugins/editor/js/editor.jqueryui.min.js') }}"></script>

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    edited September 2019 Answer ✓

    I'll send you a PM with it. Plug-ins aren't available during the trial.

    Regards,
    Allan

This discussion has been closed.