0
arifharsono created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
- ABP Framework version: v3.3.1
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:
- How to filter JobPositionLookup from value selected on RukunTetangaLookup ?
5 Answer(s)
-
0
Any Answer ?, please urgently ..
-
0
is this Suite generated page?
-
0
-
0
Hi arifharsono,
This is not directly about ABP Framework, but I'll try to help.
You have two options:
- You can change the function bound to
getFn
and do some mapping with RxJS operators.
Here is the type signature of
getFn
:getFn: (params: ABP.PageQueryParams) => Observable<ABP.PagedResponse<any>>;
You can bind a custom function and send the
rukunTetangaId
with the request. You can get it from theform
property, like this:this.form.value.rukunTetangaId
- You can use a custom
<select>
.
Please let me know if this answers your question.
Have a nice day.
- You can change the function bound to
-
0
Its done, thankyou @armanozak