Disabling automatic decimal precision.

Disabling automatic decimal precision.

kellyreidkellyreid Posts: 5Questions: 1Answers: 0

Hi, I'm taking output from an SQL query that returns a mix of text, integers and floating point numbers. Datatables is converting them all into floats. So my integers become 1.00, 2.00, etc, when I need them to display as the query returned them.

A browse of the manual did not turn up an answer. Any ideas?

This discussion has been closed.