Disable search on all but on column

Disable search on all but on column

goldygoldy Posts: 20Questions: 11Answers: 0

Basically, header says it all.. How can I achieve that

Answers

  • goldygoldy Posts: 20Questions: 11Answers: 0

    This seems to have done the trick - is this acceptable

    "aoColumns": [
      { "bSearchable": false },
      null,
      { "bSearchable": false }
    
    ],
    
This discussion has been closed.