How to processing spaces in Input text
How to processing spaces in Input text
wujingjing
Posts: 10Questions: 4Answers: 1
example:
Input " datatables ", delete spaces , Write to the database :"datatables".
Sorry my english.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you using DataTables' Editor?
@tangerine Yes.
example:
Input " text ", delete spaces , Write to the database :"text".
Use a formatter which will execute the PHP
trim
method.Allan
My problem is solved, thank you very much, @allan ,@tangerine