[WebToolsE2E][Aspire] The attribute value column in the resource table does not support sorting yet. #6008
Description
REGRESSION INFO: This is a new feature added in Aspire 9.0 RC1
INSTALL STEPS
- Clean machine: Win11 x64 23h2 ENU
- Install SDK 8.0.402
- Install Aspire 9.0 RC1 [9.0.0-preview.4.24478.1]
REPRO STEPS
- Open CMD, run following command to create an Aspire Starter App project
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
- Dotnet run the project in CMD, and open URL in the browser.
dotnet run
- Go to Resources page, click a resource. The attribute value column in the resource table does not support sorting.
ACTUAL
In the Resource table, the Value column does not support sorting.
EXPECTED
Should have the same appearance and functionality as the endpoint and environment variables tables.