You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @ramyaDhanush, hope your issue is resolved since.
Maybe I'm wrong, but I think you're on Windows 10 (and by extention, on Powershell).
Powershell ANSI escape support is not enabled by default. You need to enter in Admin Mode and type :
Set-ItemProperty HKCU:\Console VirtualTerminalLevel -Type DWORD 1 (see here)
It worked for me for both Powershell version.
On Linux (PopOS!), I had no problem on displaying the table.
When formatting is applied to header & first column, it is not working
The text was updated successfully, but these errors were encountered: