MsSqlSortWarningAdmonition() — supabase Function Reference
Architecture documentation for the MsSqlSortWarningAdmonition() function in MsSqlValidation.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/grid/MsSqlValidation.tsx lines 65–70
const MsSqlSortWarningAdmonition = (): ReactNode => (
<MsSqlAdmonition title="Cannot sort by filtered column">
Sorting only by columns filtered with "=" or "is" doesn't work on MSSQL tables. Pick a different
sorting column, or add a column not in your filter.
</MsSqlAdmonition>
)
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free