0
joe704la created
I was wondering how to do the currency format in the Jtable in the Angular 4 version.
3 Answer(s)
-
0
Hi,
The only option comes to my mind is display function, <a class="postlink" href="http://www.jtable.org/ApiReference/FieldOptions#fopt-display">http://www.jtable.org/ApiReference/Fiel ... pt-display</a>.
-
0
I was looking at that but wasn't sure how I could use the Angular currencyPipe {{b | currency:'USD':true:'4.2-2'}}
-
0
Hi,
That is not possible with jTable, you can use another javascript library for that. For example this one seems good <a class="postlink" href="http://numeraljs.com/">http://numeraljs.com/</a>.