You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nicolaskruchten Hi, is it possible to add the norwegian set-up as a new local as commented above?
It would be particulary useful to have the correct format (thousand separator, decimal etc)-
I have a shiny application where I use a download button to get pivot table content as a csv-file. Excel is set up with european /norwegian format, so it would be nice to have same format in the pivot-file.
Is it possible to add a pivot.no.coffee into the package?
pivot.no.coffee:
callWithJQuery = (pivotModule) ->
if typeof exports is "object" and typeof module is "object" # CommonJS
pivotModule require("jquery")
else if typeof define is "function" and define.amd # AMD
define ["jquery"], pivotModule
# Plain browser env
else
pivotModule jQuery
callWithJQuery ($) ->
nf = $.pivotUtilities.numberFormat
tpl = $.pivotUtilities.aggregatorTemplates
The text was updated successfully, but these errors were encountered: