WebJEA
WebJEA copied to clipboard
How to show an embedded html oder php file
How could i simply show an sortable table (eg. html / php) in the "card-body" frame?
Would be very usefull for me.
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.
Thanks for open the feature request, is any other way to output a simple sortable table? I don't find these for powershell.
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...