Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82312

Binding of grid is not happening properly. Please help!

$
0
0

javascript:
var fileinfo; //This is a string which gets filled by calling a ajax call.
function OnSuccess(response) {
fileinfo = response.d;
}
$('#example').DataTable({
data : fileinfo,
columns: [
{ title: "FileID" },
{ title: "RecordDetailsID" },
{ title: "ProductName" },
{ title: "HRI" },
{ title: "CheckNumber" },
{ title: "filename" },
{ title: "Recipinet_Name" },
{ title: "Mailing_Address" }
]
});

aspx page:

FileID RecordDetailsID ProductName HRI CheckNumber filename Recipinet_Name Mailing_Address
FileID RecordDetailsID ProductName HRI CheckNumber filename Recipinet_Name Mailing_Address

Viewing all articles
Browse latest Browse all 82312

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>