Custom path handling for DataTables ajax calls

This commit is contained in:
Eric A. Miller
2014-07-16 20:00:39 -04:00
parent e1e4723c47
commit 0ea6f754b4
7 changed files with 12 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ $(document).ready(function() {
"search": 'Filter records: '
},
"serverSide": true,
"ajax": '/ajax/content/report/apradiochannelpower/data',
"ajax": "[% uri_for('/ajax/content/report/apradiochannelpower/data') %]",
"order": [[ 0, 'asc' ]],
"columns": [
{