Phende

Results 3 comments of Phende

Hi @ThomasPerezBlanco, here is how I do the table thing: Add a little CSS to a file imported using Import-PodeWebStylesheet: ```CSS .noheadertable thead { display: none; } ``` Then: ```PowerShell...

Excellent, that worked like a charm! Many thanks to you and to the Discord contributor.

What about using a placeholder rather than an alert ? If the sciptblock failed: "An error happened while retrieving the data." And if the scriptblock succeeded but did not return...