jQWidgets Forums

jQuery UI Widgets Forums TreeGrid hide filter icon

This topic contains 2 replies, has 2 voices, and was last updated by  jahnvi25 10 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • hide filter icon #63316

    jahnvi25
    Participant

    i am using filter API and doing filter via API.. but dont want to show filters icons on columns.. how can i hide icon ?

    hide filter icon #63345

    Nadezhda
    Participant

    Hello jahnvi25,

    You can hide the filter icon if you set ‘visibility’ css property to ‘jqx-grid-column-filterbutton’ class as it is shown in the following example.

    <style> 
        .jqx-grid-column-filterbutton {
            visibility:hidden;
        }
    </style>

    Best Regards,
    Nadezhda

    jQWidgets team
    http://www.jqwidgets.com/

    hide filter icon #63408

    jahnvi25
    Participant

    thanks..

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.