fix: use this.render(params) instead of this.loadData for Tabular (DataViewer API)
This commit is contained in:
parent
dd12be3833
commit
c141134001
BIN
wwwroot/.billing.ui.swp
Normal file
BIN
wwwroot/.billing.ui.swp
Normal file
Binary file not shown.
@ -38,7 +38,7 @@
|
||||
"event":"submit",
|
||||
"actiontype":"script",
|
||||
"target":"app.billing_tabular",
|
||||
"script":"console.log(params);this.loadData(params)"
|
||||
"script":"this.render(params)"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user