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
If ScrollY is selected the pdf button is doubled then.
Another thing I would like to point to is there is no paging button if ScrollY is selected. Yes I know this feature was removed intentionally but actually it was a good option even if you use it along with ScrollY. I am missing it.
The text was updated successfully, but these errors were encountered:
This is the piece of code that generated two PDF buttons
New-HTMLTable -DataTable $allAppsRep -Filtering -FilteringLocation bottom -DefaultSortIndex 0 -DefaultSortOrder Ascending -ScrollX -ScrollY -ScrollSizeY 300
As for page button I figured out, there are New-TableButton... commands that can be used for button panel customizations
BTW, thank you for your amazing module, I like it so much!
To be honest, I don't understand the use case for paging - if I leave it on - nothing changes... when I switch the output. Can you elaborate what's your use case for ScrollY and Paging at the same time?
If ScrollY is selected the pdf button is doubled then.
Another thing I would like to point to is there is no paging button if ScrollY is selected. Yes I know this feature was removed intentionally but actually it was a good option even if you use it along with ScrollY. I am missing it.
The text was updated successfully, but these errors were encountered: