Skip to content

Add Search Filter in Data Viewer #184

@yash30000

Description

@yash30000

Enable filtering of data by column using search input box.

const result = data.filter(row => row.name.toLowerCase().includes(searchText));

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions