ce icon indicating copy to clipboard operation
ce copied to clipboard

Input mask for Indian currency

Open vik17ag opened this issue 3 years ago • 1 comments

Indian currency thousand group position of comma is ₹10,00,000 and not every after 3 digits. How can we give this format to the column?

I tried mask: ' ₹ ##,###', but of no use

If mask does not work , is there an alternative way?

vik17ag avatar Apr 05 '21 10:04 vik17ag

Using events you can integrate to other mask plugins. For example, using onstartedition you can apply JS plugins to the input instead of the default mask plugin. It is interesting if you add that as a feature request to the jSuites repository.

https://github.com/jsuites/jsuites

That can be included in the official distribution soon.

hodeware avatar Apr 05 '21 12:04 hodeware