Relative Content

Tag Archive for c#asp.net-coreblazor-webassembly

Dynamic Table Adjustment When Searching

I’m re-doing an old web project with Asp.NET Core and Blazor web assembly and I’m having and issue with dynamically changing a table when the user types into the search bar. The goal is to have the table adjust it’s size and contents based on what the user has typed so far.