Base solution for your next web application
Open Closed

Primeng datatable drop-down menu bug #4735


User avatar
0
BobIngham created

aspnet-core, angular: 5.2.0 I have implemented the Primeng datatable with the dropdown menu template as per your templates. Rather than implementing a modal I am redirecting to a new page. When the new page is displayed the drop-down menu remains in place. Select: [attachment=1:2cc9kuts]Capture.PNG[/attachment:2cc9kuts] Next page: [attachment=0:2cc9kuts]Capture1.PNG[/attachment:2cc9kuts] My component layout is: mainComponent --ListComponent --ReadComponent --CreateOrEditComponent My question is:

How do I remove the drop-down menu?


4 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Is there any console error in browser?

  • User Avatar
    0
    ismcagdas created
    Support Team

    @BobIngham can you check this #4704 ? It must be in the downloaded version, I am confused.

  • User Avatar
    0
    BobIngham created

    @ismcagdas - thanks for this, I knew I had seen it previously in the forum but was unable to find it. In my solution I create a master component which controls navigation between list, read and create-or-update components.

    master
    --list
    --details
    --createorupdate
    

    I implement the code you showed me into the master component and the job is done. Thanks for all your help, this can be closed!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @BobIngham :)