Product: PowerShell Universal
Version: 1.5.14
Heyas, just wondering if anyone knows if it’s possible to hide the “all” export options from a table.
The reason being with my server-side processed table results, it doesn’t matter whether I choose “Export all…” or “Export Current View…” - I’ll only ever get an export that contains the “Current View”.
Preferably I’d like to be able to customise the Export list to only show:
- Export Current View as CSV
- Export Current View as XLSX
Then the user can adjust the page size to ‘All’ if they want to export all rows.
The following is set with -ExportOption "csv,xlsx"
Cheers!
Steve.