Skip to content

Design of filtering for bound value tables not scalable #42

Description

@reedes

Applies to tables with bound values, where an if {} is used in the ViewBuilder to include only rows that pass the filter.

This works fine for small row count, but wouldn't work well for larger row counts.

(Doesn't apply to Core Data, where it's assumed that the developer will apply a predicate to the FetchRequest to filter rows.)

The README table of views notes this issue as a caveat.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions