DataTables Editor and Masked Input

DataTables Editor and Masked Input

willian.antuneswillian.antunes Posts: 4Questions: 1Answers: 0

Hello!

I tried to use the related plug-in but it seems that is not working. They are some examples below:

{
                label: "Example 1:",
                name: "distance",
                maskOptions : {
                    "mask": "0"
                }

And another one:

{
                label: "Example 1:",
                name: "distance",
                mask: "0"
            }

My debug: http://debug.datatables.net/ixabip

I had already tested the plug-in and it is working properly in any form input.

Am I missing something?

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.