Don't display sorting arrows

Don't display sorting arrows

GeaGea Posts: 33Questions: 13Answers: 1

Hello, i don't want to display the sorting arrows of one column...
There is any way to do that?
Thanks :)

Answers

  • GeaGea Posts: 33Questions: 13Answers: 1

    I solved it just adding an id on the th which i don't want to display the sorting arrows:

    #display_arrow_off{
        background-image:none;
    }
    
This discussion has been closed.