Requested unknown parameter 0 from the data source for row 0
Requested unknown parameter 0 from the data source for row 0
Hemanth
Posts: 1Questions: 0Answers: 0
hi I'm a new comer for JQ plugins.
when using datatable plugin i'm getting the following error.
DataTables warning (table id = 'CvS4URequestTable'): Requested unknown parameter 'Cv4URequestId' from the data source for row 0
please help me to fix this error.
the following is my code
$(document).ready(function() {
$('#example').dataTable(
{"extraData":null,"aoColumns":[{"mData":"Cv4URequestId","sTitle":" Cv 4 U Request Id "},{"mData":"RequestedByUserId","sTitle":" Requested By User Id "},{"mData":"IsPricePaid","sTitle":" Is Price Paid "},{"mData":"PricePaidDateTime","sTitle":" Price Paid Date Time "},{"mData":"PriceRequired","sTitle":" Price Required "},{"mData":"DateRequested","sTitle":" Date Requested "},{"mData":"RequestJobTitle","sTitle":" Request Job Title "},{"mData":"TargetLocation","sTitle":" Target Location "},{"mData":"TargetSector","sTitle":" Target Sector "},{"mData":"SearchLength","sTitle":" Search Length "},{"mData":"AdditionalInfo","sTitle":" Additional Info "},{"mData":"UploadedFileId","sTitle":" Uploaded File Id "},{"mData":"IsRequestFulfilled","sTitle":" Is Request Fulfilled "},{"mData":"RequestFulfilledDate","sTitle":" Request Fulfilled Date "}],"aaData":[["_jJMBOoumEuSHdJUuht1eg","Dg0GQUdR70ScBFv8oDsLIQ",false,null,177,"/Date(1377070725793)/","Consultant","UK","Marketting",1,"test",null,null,null]],"bPaginate":false,"sPaginationType":"full_numbers","bLengthChange":false,"bFilter":false,"bSort":true,"bInfo":false,"bAutoWidth":false,"bDestroy":true,"fnRowCallback":null}
);
} );
when using datatable plugin i'm getting the following error.
DataTables warning (table id = 'CvS4URequestTable'): Requested unknown parameter 'Cv4URequestId' from the data source for row 0
please help me to fix this error.
the following is my code
$(document).ready(function() {
$('#example').dataTable(
{"extraData":null,"aoColumns":[{"mData":"Cv4URequestId","sTitle":" Cv 4 U Request Id "},{"mData":"RequestedByUserId","sTitle":" Requested By User Id "},{"mData":"IsPricePaid","sTitle":" Is Price Paid "},{"mData":"PricePaidDateTime","sTitle":" Price Paid Date Time "},{"mData":"PriceRequired","sTitle":" Price Required "},{"mData":"DateRequested","sTitle":" Date Requested "},{"mData":"RequestJobTitle","sTitle":" Request Job Title "},{"mData":"TargetLocation","sTitle":" Target Location "},{"mData":"TargetSector","sTitle":" Target Sector "},{"mData":"SearchLength","sTitle":" Search Length "},{"mData":"AdditionalInfo","sTitle":" Additional Info "},{"mData":"UploadedFileId","sTitle":" Uploaded File Id "},{"mData":"IsRequestFulfilled","sTitle":" Is Request Fulfilled "},{"mData":"RequestFulfilledDate","sTitle":" Request Fulfilled Date "}],"aaData":[["_jJMBOoumEuSHdJUuht1eg","Dg0GQUdR70ScBFv8oDsLIQ",false,null,177,"/Date(1377070725793)/","Consultant","UK","Marketting",1,"test",null,null,null]],"bPaginate":false,"sPaginationType":"full_numbers","bLengthChange":false,"bFilter":false,"bSort":true,"bInfo":false,"bAutoWidth":false,"bDestroy":true,"fnRowCallback":null}
);
} );
This discussion has been closed.