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

Rework Blazor table filters #73

Closed alexnoddings closed 1 year ago

alexnoddings commented 1 year ago

Table filters initial implementation was fine for the initial requirements. However, new requirements aren't (easily) compatible with the original design.

Table filters need reworking to support new usages:

alexnoddings commented 1 year ago

Persisting the table state (ordering, page number) would be a nice-to-have, but may come after a first version.