Open v-sherryfan opened 1 month ago
I see that issue https://github.com/dotnet/aspire/issues/5377 has been fixed in Aspire 9.0 RC1, but the attribute value column in the resource table still does not support sorting. So I opened this issue to confirm whether it is by design.
We explicit set sortable to false in ResourceDetails
, but before closing as by design, tagging @JamesNK
I'm not sure why it is false. Is there a reason to not make it true and consistent?
REGRESSION INFO: This is a new feature added in Aspire 9.0 RC1
INSTALL STEPS
REPRO STEPS
dotnet run
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.