I'm trying to get the datatable to render on my customer account section. I'm trying to copy the "SendinBlue" plugin because it uses the "table" also. However, every time I run it I get

An unhandled exception occurred while processing the request.
InvalidOperationException: The partial view 'Table' was not found. The following locations were searched:
/Themes/OchApparel 4.00/Views/MyFundraiser/Table.cshtml
/Themes/OchApparel 4.00/Views/Shared/Table.cshtml
/Views/MyFundraiser/Table.cshtml
/Views/Shared/Table.cshtml
/Pages/Shared/Table.cshtml
Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.RenderPartialCoreAsync(string partialViewName, object model, ViewDataDictionary viewData, TextWriter writer)

Stack Query Cookies Headers
InvalidOperationException: The partial view 'Table' was not found. The following locations were searched:
/Themes/OchApparel 4.00/Views/MyFundraiser/Table.cshtml
/Themes/OchApparel 4.00/Views/Shared/Table.cshtml
/Views/MyFundraiser/Table.cshtml
/Views/Shared/Table.cshtml
/Pages/Shared/Table.cshtml
Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.RenderPartialCoreAsync(string partialViewName, object model, ViewDataDictionary viewData, TextWriter writer)
Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.PartialAsync(string partialViewName, object model, ViewDataDictionary viewData)
AspNetCore.Plugins_TShirts_Fundraiser_Views_MyFundraiserParticipants.ExecuteAsync() in MyFundraiserParticipants.cshtml
+
                                @await Html.PartialAsync("Table", new DataTablesModel


I'm doing the exact same thing as the blue plugin...I have no idea what more to do