Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #103246
    Cher Toggy
    Participant

    Hello,

    I am not able to force ‘Format’ button to render in the header. The element is placed in DOM but is not visible.

    Grid header declaration

    
     header: {
                visible: true,
                buttons: ['columns', 'filter', 'sort', 'group', 'format', 'search'],
              },
    

    Element:

    
    <div class="smart-data-view-header-button smart-data-view-format-button smart-unselectable smart-hidden" role="button" aria-expanded="false" aria-haspopup="dialog" aria-label="Format" smart-id="formatButton"><div class="smart-tool-label" role="presentation">Conditional Formating</div></div>
    

    For context: the grid is rendered in a Tab control, inside docking layout, inside a window.

    Thanks

    • This topic was modified 1 year, 11 months ago by Cher Toggy.
    #103248
    admin
    Keymaster

    Hi Cher Toggy,

    The format button is displayed only when you have Numeric columns in the Grid.

    Best regards,
    Peter Stoev

    Smart UI Team
    https://www.htmlelements.com/

    #103250
    Cher Toggy
    Participant

    Thank you for your explanation.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.