Open Closed

Cascade Filter Lookup #619


User avatar
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:
  1. How to filter JobPositionLookup from value selected on RukunTetangaLookup ?


5 Answer(s)
  • User Avatar
    0
    arifharsono created

    Any Answer ?, please urgently ..

  • User Avatar
    0
    alper created
    Support Team Director

    is this Suite generated page?

  • User Avatar
    0
    arifharsono created

    Yes, suite generated page.

    except for change method

  • User Avatar
    0
    armanozak created

    Hi arifharsono,

    This is not directly about ABP Framework, but I'll try to help.

    You have two options:

    1. 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 the form property, like this: this.form.value.rukunTetangaId

    1. You can use a custom <select>.

    Please let me know if this answers your question.

    Have a nice day.

  • User Avatar
    0
    arifharsono created

    Its done, thankyou @armanozak

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11