Eric Yeh

Results 3 comments of Eric Yeh

@ArgoZhang I have uploaded my modifications here [feat-dynamic](https://github.com/dotnetcore/BootstrapBlazor/tree/feat-dynamic), or you want a demo? Actually, it's tricky and uncommon, maybe `TableColumn` for the `Dictionary` is more general. ``` razor ```

@ArgoZhang [Sample](https://github.com/dotnetcore/BootstrapBlazor/blob/feat-dynamic/src/BootstrapBlazor.Shared/Pages/DynamicTableSample.razor) has been pushed, and currently supports `BootstrapBlazor.Components.IDynamicObject` too, maybe this is better.

@ArgoZhang I have changed the sample which close to what I actually use. 1. DynamicList will not be the readonly array, people need to change this according to their needs....