How to add a button to the Search Results Header?

I can add a button to the Search Results Toolbar Items when you select items but how can I add one in the header here:

Thanks

Answers

  • Clyde Rodgers
    Clyde Rodgers New User
    edited September 13 #2

    Depending on how the header is implemented, you can add a button using HTML, JavaScript, or other configuration options. Locate the HTML section where the header is defined. Insert your button’s HTML code into this section.

    <!-- Example HTML for adding a button -->

    <div class="search-results-header">
    <!-- Existing header content -->


    <button id="myCustomButton" class="btn btn-primary">My Button</button>
    </div>

    You can check out topics about personalize Smart UI Header https://forums.opentext.com/forums/developer/discussion/296538