SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.23k stars 992 forks source link

SPFx list command sets | Update refresh list content #9342

Open Tanddant opened 7 months ago

Tanddant commented 7 months ago

What type of issue is this?

Question

What SharePoint development model, framework, SDK or API is this about?

💥 SharePoint Framework

Target SharePoint environment

SharePoint Online

What browser(s) / client(s) have you tested

Additional environment details

Issue description

I'm not really sure where to post this, but @VesaJuvonen linked me here during a ESPC Hot Seat Session

When building SPFx list command sets, I can update a list item via my code, but I cannot force the list to "re-render" - there used to be a hack where I could trick the DOM to "invalidate" the list contents, and force SP to update the list, but that no longer works, so my only option is to reload the entire page, creating a very 2005ish web experience ... and come on it's 2023, we should be able to build sleek web solutions.

Awesome work you're doing SPFx 🙌

ghost commented 7 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

matteomessmer commented 1 week ago

Hi, do you have any update on this one?