Find filter function in dataTables

Find filter function in dataTables

fshafeeqfshafeeq Posts: 10Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
I have incorporated dataTables in my web application and Im using the Find filter to locate records within my table. My question is that since the input box is not not coded in the JSP then how would I apply txtUpperCase class because my user has requested that when you type in the box all the letters should be uppercase. Is this possible?

Replies

  • allanallan Posts: 63,106Questions: 1Answers: 10,394 Site admin
    Probably possible with Javascript - but not something that is built into DataTables. You'd need to modify the value as the user enters data - I'm actually not sure how you would do that, but Google / SO might give some ideas.

    Allan
This discussion has been closed.