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)
-
0
Is there any console error in browser?
-
0
@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!
-
0
Thanks @BobIngham :)