Hi Team,
Can you please assist me to make the navigation link disable in table on clicking on submit button. And I also need to make it enable from other screen.
Please find the screenshots for your reference.
Hi Team,
Can you please assist me to make the navigation link disable in table on clicking on submit button. And I also need to make it enable from other screen.
Please find the screenshots for your reference.
To disable the mouse click event on the link component you can set the style property pointerEvents:none
.
Thank you for your suggestion.
I'd be inclined to replace the "Click here" link with a button / icon view. (The "Click here" looks a bit 1990s. Even "Edit" would be better.) You should be able to bind the buttons' enabled property to something on the table or view.