MudTableSortLabel SortBy multiple properties

This page summarizes the projects mentioned and recommended in the original post on /r/Blazor

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MudBlazor

    Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.

  • From the source code at https://github.com/MudBlazor/MudBlazor/blob/36548fb5beba6b316b687947bb65c30c214488b5/src/MudBlazor/Components/Table/TableContext.cs lines 115 to 140, we can see that when you click on a column's header, its SortBy function is assigned to the table's own SortBy property, and used to sort the items with a simple OrderBy call.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts