Skip to content

Universal filter #174

@vincjo

Description

@vincjo

Discussed in #164

Originally posted by dzialdowski May 7, 2025
Is it possible to create an universal filter, where we give universal function, defined as (row: Row) => boolean, just like basic javascript [].filter() method argument?

My use case is to have simple check, where one value in one column differs from value in another column, but I don't see any way to do something like (row) => {return row.idA != row.idB}

This feature would allow us to implement basically any conditions we want, including previously mentioned one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions