jQuery UI Widgets Forums Grid hide column sortable arrow

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • hide column sortable arrow #19439

    jahnvi25
    Participant

    i am using grouprenderer with following settings.

    width: ‘99.8%’,
    height:’96.4%’,
    source: optDataAdapter,
    theme: ‘custom’,
    sortable: false,
    columns: columns,
    editable: true,
    filterable:true,
    altrows: true,
    groupable: true,
    groupsrenderer: groupsrenderer,
    showgroupsheader:false,
    showgroupmenuitems:false

    i only have one column filterable.. so that columns shows small “filter” icon in column header.. but all other columns show that downward pointing arrow(default sort arrow).. even though its not sortable. when i click on that arrow noting happens.. (actually it tries to open filterPanel)

    how can i hide those icons., so that it only appears on the column where i have filtertable:true

    Thanks

    hide column sortable arrow #19440

    Peter Stoev
    Keymaster

    Hi,

    filter icon is displayed only on columns where “filterable: true” is set( default setting ). If you do not want these, set the “filterable” to false.

    Best Regards,
    Peter Stoev

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

    hide column sortable arrow #19469

    jahnvi25
    Participant

    i am fine with filterable:true or false.. if column is not sortable nor filterable.. it should not even display that small downward pointing arrow..
    (when you mouse over to column.. the small “down” icon comes to show filer/sort panel).. i want to hide that icon

    Thanks

    hide column sortable arrow #19518

    Peter Stoev
    Keymaster

    Hi,

    To hide the column’s menu, set the column’s “menu” property to false.

    Best Regards,
    Peter Stoev

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

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

You must be logged in to reply to this topic.