Custom path handling for DataTables ajax calls
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user