Relative Content

Tag Archive for c#blazorblazor-server-sidefluentfluent-ui

Problem displaying datagrid based on a list with FluentUI

Im trying to display a datagrid based on a model I have.
Ive been looking on google but the datagrids seem to be with zero styling which makes it hard to believe.
Is that indeed the case?
Isnt there some sort of basic datagrid I can display based on model just like with any other library?
If so, How do I do that?
Because I cant find anywhere a good example for that.
Even a link for a proper tutorial will be great. ( focus on displaying it based on a list of class I fill with a query from db ).