ASP.NET Core Razor Pages Update Partial View Nested HTML Table after AJAX POST – Jquery ajax
I am attempting to update a nested HTML table in a partial view after an AJAX post. The partial view table has add/edit functionality using a modal popup triggered by an add button or row click for edit. The post…