WebJEA icon indicating copy to clipboard operation
WebJEA copied to clipboard

How to show an embedded html oder php file

Open Marcello87 opened this issue 4 years ago • 4 comments

How could i simply show an sortable table (eg. html / php) in the "card-body" frame?

Would be very usefull for me.

Marcello87 avatar Jul 22 '20 11:07 Marcello87

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.

markdomansky avatar Aug 01 '20 03:08 markdomansky

Thanks for open the feature request, is any other way to output a simple sortable table? I don't find these for powershell.

Marcello87 avatar Aug 18 '20 11:08 Marcello87

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.

markdomansky avatar Aug 20 '20 21:08 markdomansky

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...

fr0mtheinternet avatar Feb 17 '22 08:02 fr0mtheinternet