Remove select-filter from first column

Remove select-filter from first column

munzevimunzevi Posts: 2Questions: 1Answers: 0

Hello,

my english is not good so i want to leave my code and picture examples and explain my problem. How can I remove this feature from the first column?

https://jsfiddle.net/s79nryq8/1/

this.api().columns([2,3,4]).every( function ()

when I update it like this, the pop-up row disappears

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    Yep, what you have should work. Your test case doesn't run, I tried to fix it but it led to more errors - please get that working then we can progress this.

    Colin

  • munzevimunzevi Posts: 2Questions: 1Answers: 0

    Hello,

    If you run the sample codes on localhost, you can see that there is no problem. The table looks empty because jsfiddle cannot read https://datatables.net/examples/ajax/data/objects.txt

    if you're still saying it's not working, I can add a working sample as zip

This discussion has been closed.