Datatable taking too much time to load lacs of records

Datatable taking too much time to load lacs of records

Aman_DahatAman_Dahat Posts: 1Questions: 0Answers: 0

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]]
});
}

Replies

This discussion has been closed.