tuandunghcmut's picture
Add files using upload-large-folder tool
92c9150 verified
var collapsedSections = [];
$(document).ready(function () {
$('.model-summary').DataTable({
"stateSave": false,
"lengthChange": false,
"pageLength": 20,
"order": []
});
});