Replies: 5 comments 2 replies
-
|
Do you have any errors in html when you press F12? |
Beta Was this translation helpful? Give feedback.
-
|
Full Panel code is |
Beta Was this translation helpful? Give feedback.
-
|
I mean open a browser and press F12, it should show you if you have any errors there (in console)
That would lead us to your issue |
Beta Was this translation helpful? Give feedback.
-
|
There is nothing in the console. I recently updated the module from I think 1.27.0 to 1.39.0 |
Beta Was this translation helpful? Give feedback.
-
|
I had the same problem. I thought it was related to the server, so I optimized my code. After trying many things, I checked the module version because it was working on another server, and that was the issue. Version 1.38.0 works perfectly. So in this case, do the following: Uninstall-Module PSWriteHTML -Force
Install-Module PSWriteHTML -RequiredVersion 1.38.0If you use Dashimo, you might also need to remove it and then reinstall it after installing PSWriteHTML: Uninstall-Module Dashimo -Force
Install-Module DashimoThis will downgrade to the stable version where table highlighting conditions work correctly. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I have a table that used to work but it is not highlighting anymore. Any Ideas?
New-HTMLTableCondition -Name 'RefreshTokenDate' -ComparisonType 'date' -Operator lt -Value $DateDeleteCheck -BackgroundColor Red -Color Black -DateTimeFormat 'dd/MM/YYYY HH:mm:ss'
Beta Was this translation helpful? Give feedback.
All reactions