You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the powershell output frames (both the onload and "user-clicked" frame), these are intentionally limited to non-html content. I will leave this open as a feature request though.
I don't know of a way to generate a sortable table.
For simple table, you can simply $data | format-table
You can pre-sort it for the user, but it wouldn't be dynamically sortable.
I hope that helps.
The best option for an interactive, sortable table (that I'm aware of) is via the PSWriteHtml module. But that isn't going to be compatible with WebJEA out of the box...
How could i simply show an sortable table (eg. html / php) in the "card-body" frame?
Would be very usefull for me.
The text was updated successfully, but these errors were encountered: