editor - f[M98] is not a function

editor - f[M98] is not a function

iamyatziamyatz Posts: 1Questions: 1Answers: 0

Here's my code

var editor;

        editor = new $.fn.dataTable.Editor( {
            ajax: "{!! action('LocationController@editorSiteEquipment') !!}",
            table: "#equipment-table",
            idSrc:  'id',
            fields: [ {
                    label: "Version:",
                    name: "version"
                }, {
                    label: "Quantity:",
                    name: "quantity"
                }
            ]
        } );

when i remove the fields the tables show but when included the error message show in console f[M98] is not a function

Answers

  • allanallan Posts: 63,812Questions: 1Answers: 10,516 Site admin

    Hi,

    Your trial has expired and the code will no longer run after that point. To continue using Editor once the trial has completed a license is required.

    Regards,
    Allan

This discussion has been closed.