Replies: 1 comment
-
It's not definable. One couldd probably implement it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a Table that has numerous properties. The searchpane shows all these properties, and there are too many. Can I define what properties will show up in the Searchpane?
New-HTML -Online -TitleText "Test" -FilePath $Filepath { New-HTMLTable -DataTable $bigdata -SearchPane } -Show
Beta Was this translation helpful? Give feedback.
All reactions