How to customize DataTable search input text

How to customize DataTable search input text

orney21d@gmail.comorney21d@gmail.com Posts: 23Questions: 7Answers: 3

Hi all,

I would like to know how to initialize text input datatable search control, for example adding "placeholder" value to it....??

Best regards.

This question has an accepted answers - jump to answer

Answers

  • orney21d@gmail.comorney21d@gmail.com Posts: 23Questions: 7Answers: 3
    Answer ✓

    Resolved....

    Putting:

    language: {
                searchPlaceholder: "Custom value"
            }
    
  • orney21d@gmail.comorney21d@gmail.com Posts: 23Questions: 7Answers: 3

    How to set this post as resolved??...

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin

    Done now (frustratingly you can't mark your own replies as an answer - I need to hack that sometime...).

    Good to hear you've got it working.

    Allan

This discussion has been closed.