I get this error!! **Error adding field - unknown field type display**

I get this error!! **Error adding field - unknown field type display**

jfrjfr Posts: 71Questions: 24Answers: 0

Since last week the Editor dosent work, i get this jQuery message:
Error adding field - unknown field type display
Is my Editor bought in 2013 expired? I updated jQuery to 3.3.1
_

var editor;

jQuery(document).ready(function() {

    editor = new jQuery.fn.DataTable.Editor({
    "ajax":  "../GV_visitevendeurclientsJS.dtw/majRecord?librairie=$(librairie)&client=$(client)",
        "table": "#mytable",
        "idSrc":  "CVnoVST",
        "fields": [
        {
            "label": "$(W1T_CVnoVST)",
            "name": "CVnoVST",
            "type": "hidden",
            "dataProp":  function( iIn ) {
                return (jQuery.formatNumber(iIn["CVnoVST"], {format:"#-"}))}
        }, {
            "type": "**display**",_

Answers

  • jfrjfr Posts: 71Questions: 24Answers: 0

    Thanks, but i found it myself.. the display type dosent exist, i just removed it and it works..

This discussion has been closed.