Skip to content

Add filter and sorting capability for each column in the table like MSSQL or Azure Data Studio query's result #97

@uahnbu

Description

@uahnbu

Add per‑column filtering and sorting to table views, similar to the experience in MSSQL query results or Azure Data Studio. Each column should have its own filter option (e.g., equals, contains, starts with, >/<, null/not null) and sort option (ascending, descending) so users can quickly and visually narrow down results. This allows users to refine the data directly within the table results without having to rerun or rewrite the query.

The filtering can be applied only to the rows currently returned (e.g. the default 5,000 rows or the limit set by the user).

This would greatly improve usability and align the experience with the familiar Azure Data Studio we are migrated from.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions