Update source code

This commit is contained in:
nakorn
2022-05-09 14:47:12 +07:00
parent ccef30e588
commit 804bb7d9f2
3 changed files with 13 additions and 10 deletions

View File

@@ -168,8 +168,9 @@ var eva_create_evaluation_detail_history_setupTable = function (result) {
"language": {
"url": appsite + "/DataTables-1.10.16/thai.json"
},
"paging": true,
"searching": false
"paging": false,
"searching": false,
"ordering": false
});
endLoad();
};