Disable a datasort option in a column

Disable a datasort option in a column

tux57tux57 Posts: 20Questions: 5Answers: 0

Hello everybody,

I want to ban the sort of one colone , is it possible to disable a datasort option in a column ?

Thank you very much :smiley:

Replies

  • silenssilens Posts: 101Questions: 40Answers: 0
    edited June 2018

    Prueba así:

    "columnDefs": [{
        "targets": 5, //Numero de columna
        "orderable": false
        } ]
    
  • tux57tux57 Posts: 20Questions: 5Answers: 0

    Nice !!! thank you :)

This discussion has been closed.