microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
312 stars 51 forks source link

Fluent Details List- Manual Sorting #427

Closed Dpop2 closed 1 month ago

Dpop2 commented 10 months ago

Im having an issue with manual sorting of a SQL database. Visually they are not sorting, but if I check the record items after sorting I can see the sorting take place, the only thing that is visually happening is the Sort Arrow changing direction

denise-msft commented 7 months ago

@Dpop2 can you please confirm whether you're following the documentation for manual sorting? Docs: https://learn.microsoft.com/en-us/power-platform/guidance/creator-kit/detailslist#manual-sorting

If you have followed these instructions, please provide the Power FX snippets you're using to implement the sorting.

Dpop2 commented 7 months ago

@denise-msft I have followed those directions exactly, I just went back into the app and now it wont even display the records at all..

I even changed the datasource from SQL to Dataverse to rule out the manual sorting logic and same thing it wont even show the data at all

where would you like for me to pull snippets from?? The OnChange, Items and Columns??

Also my version of the component is 1.1.29

denise-msft commented 1 month ago

@Dpop2 apologies for the delayed response. Closing the item because of the timeframe and cleaning up the issues (not at all your fault). Please reopen this thread if you are currently still facing this issue. It would help if you could share the Power Fx Expressions that you're using on all the properties that were customized.