Hide column but still active

Hide column but still active

amirntmamirntm Posts: 10Questions: 3Answers: 1

How to hide column but it should be still searchable i mean its hidden but if you search about text of this column and if its correct than table should shows the tr which has invisible column

Answers

  • amirntmamirntm Posts: 10Questions: 3Answers: 1

    sorry i found.
    by doing this :

    "columnDefs": [
        {
            "targets": [ 1 ],
            "visible": false,
            "searchable": true
        }
    ]
    
This discussion has been closed.