Base solution for your next web application
Open Closed

Currency format in Jtable? #3165


User avatar
0
joe704la created

I was wondering how to do the currency format in the Jtable in the Angular 4 version.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.

  • User Avatar
    0
    joe704la created

    I was looking at that but wasn't sure how I could use the Angular currencyPipe {{b | currency:'USD':true:'4.2-2'}}

  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.