How to render the data type to tel
How to render the data type to tel
neelsf
Posts: 15Questions: 6Answers: 1
I use contenteditable in a div. Is there a way to change the input type for 2 specific columns from text to "tel" and text to "date" respectively. Thx for your great tables. Just love them
This discussion has been closed.
Answers
You can use
defaultContent
orcolumns.render
to turn them into inputs. Then you can set the type of the input.Kevin
Thx will try
This example may help:
http://live.datatables.net/cenozute/1/edit
Kevin