Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to show an embedded html oder php file #35

Open
Marcello87 opened this issue Jul 22, 2020 · 4 comments
Open

How to show an embedded html oder php file #35

Marcello87 opened this issue Jul 22, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Marcello87
Copy link

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

Would be very usefull for me.

@markdomansky
Copy link
Owner

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 markdomansky added the enhancement New feature or request label Aug 1, 2020
@Marcello87
Copy link
Author

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

@markdomansky
Copy link
Owner

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.

@fr0mtheinternet
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants