Input type: "number"
Input type: "number"
Hi!
here https://editor.datatables.net/reference/field/ you haven't type: "number" but I need it.
How I can use this input type?
Thanks
This question has accepted answers - jump to:
This discussion has been closed.
Answers
use this plugin: https://editor.datatables.net/plug-ins/field-type/editor.mask
The
textoption has anattroption which you can use to specify attributes for the element:which will use the
numberinput type built into the browser.Allan
that's the great answer, thanks