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.

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.