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:
Lance Edgar 2019-08-23 19:28:36 -05:00
parent e6dff16550
commit fd700e06f4
3 changed files with 10 additions and 1 deletions

View file

@ -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},