javascript - datatable combined with ajax pop-up box error reporting
仅有的幸福
仅有的幸福 2017-05-19 10:20:17
0
1
386

//ask

var s = "http://127.0.0.1:8020";
var urls = "/api/appointmentlist";
$(".bts").dataTable({
        "bLengthChange":false,
        "bFilter":false,
        "processing": true,
        "ajax": "http://127.0.0.1:8020/api/appointmentlist", 
        "columns" : [
            {"data" : "org_code"},  
            {"data" : "appointor"},  
            {"data" : "sex"},
            {"data" : "merrystatus"},
            {"data" : "appointtime"},
            {"data" : "mobile"},
            {"data" : "status"},
            {"data" : "cardno"},
            {"data" : "appoint_channel"},
            {"data" : "reportid"},
            {"data" : "operatortime"},
            {"data" : "appointor"}
            ] 
}); 

This is the configuration code

OnePlus reports this error and the data can be obtained

仅有的幸福
仅有的幸福

reply all(1)
滿天的星座

The error message clearly indicates that there is a problem with the operatortime data. Please check it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!