Datatable taking too much time to load lacs of records
Datatable taking too much time to load lacs of records

Datatable taking too much time to load lacs of records
Please refer below code in which I am getting load time issue
function SetGrid() {
$("#gridviewname").dataTable({
"sPaginationType": "full_numbers",
"bPaginate":true,
"iDisplayLength": 25,
"bStateSave": true,
"aLengthMenu": [[25, 50, 100, 200], [25, 50, 100, 200]]
});
}
This discussion has been closed.
Replies
Please see this FAQ.
Kevin