How to format editor field number into comma separated on change or dependent without using mask?
How to format editor field number into comma separated on change or dependent without using mask?
stancaballero
Posts: 29Questions: 9Answers: 0
in Editor
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has an accepted answers - jump to answer
Answers
I'm not clear what you're after, sorry. Please can you expand with example.
Colin
i mean for editor fields after i input numbers it automatically put comma every thousand and .cents just like rendering in datatable
Ah, yep, you can use the
language
settings for that - see example here,Colin
still i can't get it, do you have example that have new and edit button
The same principle would apply when the example I linked to is using Editor. If you want Editor to display those settings in the edit form, you would need to something like jQuery mask - see age column in this example,
Colin