SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

Design issue #426

Open kstevenson-Arch opened 4 years ago

kstevenson-Arch commented 4 years ago

Hi Valdimir, You and your team have done a wonderful job on the Blazor components, MatBlazor. I looked for a way to contact you or a team member by email, forum or wiki but couldn't find one. I have a design issue I was hoping to get help with. I'm just getting into Blazor, coming from MVC and WebForms so hopefully this is an easy question.

We have a database table of report names and form criteria for each report that is built out for the end-user dynamically with searches, dropdowns, datepickers, etc. I would like to use MatBlazor instead of javascript for this project. How would you recommend binding to dynamic parameter names?

Criteria

I've tried to send a picture of the data table structure to give you an idea of what I'm doing. The picture shows the criteria for 1 report. There are many reports.

Please point me in the right direction! Thank you! Kirk

kstevenson-Arch commented 4 years ago

Here's a screenshot of my Blazor component using html select. How would I do this with MatBlazor with bind-value? image