I get this error!! **Error adding field - unknown field type display**
I get this error!! **Error adding field - unknown field type display**
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**",_
This discussion has been closed.
Answers
Thanks, but i found it myself.. the display type dosent exist, i just removed it and it works..