morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

set decimal separator as , and not . #110

Closed faldonsergio closed 1 year ago

faldonsergio commented 1 year ago

How is possible to change default decimal separator and number of decimal? I've try to mass some parameter like: language = { "decimal": ",", "thousands": ".", },

but nothing.

morlandi commented 1 year ago

Hello @faldonsergio , did you check this?:

https://github.com/morlandi/django-ajax-datatable#internationalization

If it works, please close the issue ;)

Good luck, Mario