dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Add support for TableView and Cell elements #393

Open Dreamescaper opened 3 years ago

Dreamescaper commented 3 years ago

I need to add settings screen, and in most examples TableView is used for this purpose. Would be great to have it added.

Dreamescaper commented 3 years ago

Problem is that TableSection types do not inherit XF.Element class, only XF.BindingObject. Would it make sense for our Renderer to support types inheriting XF.BindingObject?

I suppose it could be workarounded by using INonPhysicalChild as for now.