Hi! Recently tried to upgrade an old installation to a modern version. It uses the UD-Pivot component (GitHub - psDevUK/UD-Pivot: A powershell version of https://github.com/plotly/react-pivottable). It works in the new version (tried it on 4.2.1), but when trying to open sorting everything crashes into an error.
As I understand, the component hasn’t been updated or supported for a long time. Is there any chance to revive it? Because it’s a very cool thing and it has no analogs in the new version =(
fb36d308bf1a6c1aae800378b7a4ce5e62cac468.png
Hi @AnonymousUser i know this is an old post, but i really liked the UD-Pivot component from @AnonymousUser and since there is nothing similar built it (see Add Pivot Table support as new component · Issue #4942 · ironmansoftware/powershell-universal), i rebuild the component by myself with newest react components, working in the latest PSU version.
The module should be backward compatible, at least in my dashboards/apps it is.
you can see it here: PowerShell Gallery | UniversalDashboard.Pivot 1.0.0
Function is named New-UDPivot
I also added a lot of parameters - you can now customize the pivot table and also give presets for the properties including value filters.
More information on the github repository: GitHub - eizedev/UD-Pivot: PowerShell Universal custom component for interactive pivot tables based on react-pivottable (React 19 compatible) · GitHub
This is incredibly cool! Thanks for your hard work, buddy! I’ll definitely give it a try!
Thank you, if something is not working, feel free to contact me or open an issue on Github .
Also, since i could only test it in my environment, i would be interested in feedback.
Thanks for the shout out. Sadly not done any new development in years on components. I do remember I used to use this with SQL queries in my job I was working at when I built it. I also liked the word chart to show the volume of data if you not seen that one
Thanks First, I checked to see if you were still actively developing it; if so, I would have reached out to you directly instead of forking it. We still had quite a few requirements (e.g., adding pivot charts with value filters, layout, sorting, etc., when the page loads, and displaying them in a preset dropdown so they can be reused).
I also liked the word cloud chart (psDevUK/Cloud-Tag: Animated Tag Cloud for UniversalDashboard), thanks for that