Open brendanerofeev opened 11 months ago
Component Version: 1.0.22
I have a DetailsList Component configured as follows:
Items
CurrentSortColumn
CurrentSortDirection
'PowerCAT.FluentDetailsList.CurrentSortDirection'.Descending
This configuration does not sort the list by the set column, it defaults to sorted Ascending by the Primary column on the table.
I've tried specifying a view on the Table that sorts by the desired column, but this doesn't seem to make a difference.
Is this a bug, or have I misunderstood how these properties are supposed to work?
Hi @brendanerofeev, I am facing the same problem in 1.0.20241119.3 as well. Did you get any solution for it?
Component Version: 1.0.22
I have a DetailsList Component configured as follows:
Items
propertyCurrentSortColumn
property set to the logical name of the column I want to sort by (Autonumber column)CurrentSortDirection
set to'PowerCAT.FluentDetailsList.CurrentSortDirection'.Descending
("1")This configuration does not sort the list by the set column, it defaults to sorted Ascending by the Primary column on the table.
I've tried specifying a view on the Table that sorts by the desired column, but this doesn't seem to make a difference.
Is this a bug, or have I misunderstood how these properties are supposed to work?