İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php function dxDataStore($tableName, $columnName, $filter = "") {
|
||||
?>
|
||||
new DevExpress.data.ODataStore({
|
||||
url: '<?php echo autocomplete_url2($tableName, $columnName) ?><?php echo $filter ?>,
|
||||
key: 'id',
|
||||
});
|
||||
<?php
|
||||
} ?>
|
||||
Reference in New Issue
Block a user