Table Formatting

Table Formatting

jdadwilsonjdadwilson Posts: 127Questions: 30Answers: 1
edited March 2014 in General
Ref: debugger code - ewohaw

Is there a way to set the global formatting of numbers in a dataTable? I would like to have all values that are 0.00 to display as null.

TIA
jdadwilson

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    As in inside the DataTable? Not built into DataTables, it will just display the data that is given to it. Whatever is outputting the data should be doing the formatting. Alternatively you could use mRender to do some formatting if needed.

    Allan
This discussion has been closed.