data does not show
data does not show
Hi, I would like to seek help for the basic setup of datatable, anyone have idea why the data cannot be shown. Thanks.
header :
[code]
[/code]
body:
[code]
Master Sample #
$(document).ready(function() {
$('#dataDIV:DataTable').dataTable({
"bProcessing": true,
"aaData": [{"actsNo":"55060931488"}],
"aoColumns": [
{ "sTitle": "Master Sample #", "mDataProp": "actsNo" }
]
});
} );
[/code]
exception unsupport method:
[code]
(line 4185 in jquery-1.7.2.js) if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) {
In debugger:
type = "parseJSON"
expr = ".DTDB_Text_Info"
Expr.leftMatch[ type ].exec( expr ) -> unsupport method
[/code]
header :
[code]
[/code]
body:
[code]
Master Sample #
$(document).ready(function() {
$('#dataDIV:DataTable').dataTable({
"bProcessing": true,
"aaData": [{"actsNo":"55060931488"}],
"aoColumns": [
{ "sTitle": "Master Sample #", "mDataProp": "actsNo" }
]
});
} );
[/code]
exception unsupport method:
[code]
(line 4185 in jquery-1.7.2.js) if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) {
In debugger:
type = "parseJSON"
expr = ".DTDB_Text_Info"
Expr.leftMatch[ type ].exec( expr ) -> unsupport method
[/code]
This discussion has been closed.
Replies