Skip to content

New-HTMLTableButtonSearchBuilder -ButtonName setting is not sticky #409

Description

@desiwalle

Hello,
I am using the following code to customize the text of the Search Builder button. While the inital load of the report shows the customized name, the moment the Search button is clicked, the customized Button name reverts to the default.

...
...
New-HTMLTable @TableParams {
    if (-not $TableParams.HideButtons) {
        **New-HTMLTableButtonSearchBuilder -ButtonName 'Advanced Search'**
    }
...
...
}

Is there some parameter I am missing to ensure the buttonname is sticky?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions