Column filtering does not work

Column filtering does not work

MazecMazec Posts: 48Questions: 2Answers: 0

Hello, can you please advise me why the column filtering does not work for me?

https://live.datatables.net/xudimuka/2/watch?html,output

Thank you for your help.

Replies

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin

    Yes, you've disabled searching in DataTables:

    searching: false,
    

    If you just want to remove the default global search box use the dom property and drop the f option from the list.

    Allan

  • MazecMazec Posts: 48Questions: 2Answers: 0

    You're right, I'm a fool. Thank you

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin

    Easy mistake to make - I've done it before as well :)

    Allan

Sign In or Register to comment.