alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Add a non-generic version of `TyneTable2Base` to expose data reloading #89

Closed alexnoddings closed 10 months ago

alexnoddings commented 10 months ago

Calling ReloadDataAsync currently requires referencing the table's full generic signature. This is inefficient for some usages, so we should have a non-generic interface exposing this method.

alexnoddings commented 10 months ago

Added in v3.1.0-rc.4.