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
As BigDecimal with scale of more than 3 is truncated with <f:table>, <f:display> etc, as a workaround, we need to override the default display. I have been told that we should create this file:
views/_fields/bigDecimal/_displayWidget.gsp
The question is, what should go in this file? The documentation should have at least one example, or point to where the current contents of this file (which don't seem to exist).
I could do something like ${value}.toPlainString(), but what html formatting needs to go round it to make it look/work like the other values? E.g. does it need div or span? does it need any specific class defined? One example in the docs, or copies of the existing implementations (or link to them) would really help.
The text was updated successfully, but these errors were encountered:
As BigDecimal with scale of more than 3 is truncated with <f:table>, <f:display> etc, as a workaround, we need to override the default display. I have been told that we should create this file:
views/_fields/bigDecimal/_displayWidget.gsp
The question is, what should go in this file? The documentation should have at least one example, or point to where the current contents of this file (which don't seem to exist).
I could do something like ${value}.toPlainString(), but what html formatting needs to go round it to make it look/work like the other values? E.g. does it need div or span? does it need any specific class defined? One example in the docs, or copies of the existing implementations (or link to them) would really help.
The text was updated successfully, but these errors were encountered: