Skip to content

[Feature Request]:Add filter and sorting capability for each column in the table like MSSQL or Azure Data Studio query's result #22083

@uahnbu

Description

@uahnbu

Feature Description

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.

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).

Image

Problem and Motivation

I use these features a lot in Azure Data Studio, not sure why it's not available in other SQL notebooks yet.
This allows users to refine the data directly within the table results without having to rerun or rewrite the query.
It would greatly improve usability and align the experience with the familiar Azure Data Studio we are migrated from.

Related Area

  • Connection dialog (SQL Server | Azure browse/Fabric browse)
  • Query editor
  • Query results panel
  • Object Explorer
  • GitHub Copilot integration
  • Preview/Edit data
  • Table Designer
  • Schema Designer
  • Schema Compare
  • Local SQL Server Container provisioning
  • SQL database in Fabric provisioning
  • DACPAC/BACPAC export/import
  • SQL Database projects
  • Query Plan Visualizer
  • Other (please describe below)

If you selected "Other", please describe the area

No response

Confirmation

  • I have searched existing feature requests and couldn't find a match
  • I want to help implement this feature

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions