microsoft / powercat-code-components

The Power CAT code components are a set of Power Apps component framework (PCF) controls that can be used to enhance power apps.
MIT License
149 stars 61 forks source link

DetailsList does not honor CurrentSortColumn or CurrentSortDirection inputs on Dataverse table #333

Open brendanerofeev opened 11 months ago

brendanerofeev commented 11 months ago

Component Version: 1.0.22

I have a DetailsList Component configured as follows:

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?

tikluganguly commented 6 days ago

Hi @brendanerofeev, I am facing the same problem in 1.0.20241119.3 as well. Did you get any solution for it?