Replies: 3 comments 7 replies
-
|
or instead of removing can the top 'Name' be changed and the bottom 'Name' removed ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
-HideFooter did not remove it .. and I am not able to figure out the Filter option .. can you help me with a sample with the code below ? I will need about 16 panels like this but need to remove the 'name' option since it provides no detail |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you for the help .. How do I update the 'Name" to something else? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am able to get the results I need in the two tables but 'Name' is displayed like on the screen shot , how do I remove that or change it ?
Dashboard -Name 'Dashimo Test' -FilePath .\test -Show {
Tab -Name 'Dashboard sample' {
Section -Name 'SectionNameHere' {
Panel {
Table -Buttons @() -Disablesearch -DisableOrdering -DisablePaging -DisableInfo -DataTable "$data1 information here"
}
Panel {
Table -Buttons @() -DisableSearch -DisableOrdering -DisablePaging -DisableInfo -DataTable "$data2 information here"
}
}
}
}

Beta Was this translation helpful? Give feedback.
All reactions