* Add old datatable.

This commit is contained in:
wangyuting
2024-03-06 16:39:19 +08:00
parent a40920ab01
commit 537dfb882e
7 changed files with 500 additions and 9 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ $(document).ready(function()
dataType: 'json',
data: {target: datatableId, name: name, value: value, global: global},
success:function(e){if(reload) window.location.reload();},
url: '<?php echo $this->createLink('datatable', 'ajaxSave')?>'
url: '<?php echo $this->createLink('datatable', 'ajaxOldSave')?>'
});
};