Let a grid have custom ajax data url
i.e. instead of assuming we should GET the current "partial" page, can use a different URL altogether now
This commit is contained in:
parent
e6dff16550
commit
fd700e06f4
3 changed files with 10 additions and 1 deletions
|
@ -205,6 +205,7 @@
|
|||
loading: false,
|
||||
checkedRows: [],
|
||||
selectedFilter: null,
|
||||
ajaxDataUrl: ${json.dumps(grid.ajax_data_url)|n},
|
||||
|
||||
data: ${json.dumps(grid_data['data'])|n},
|
||||
rowStatusMap: ${json.dumps(grid_data['row_status_map'])|n},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue