Order Columns Salary problem 'display'

Order Columns Salary problem 'display'

Massimo74Massimo74 Posts: 85Questions: 1Answers: 0

return $.fn.dataTable.render.number( ',', '.', 2, '€' ).display(row[5]);

Not Work Order Column....Why ??? Wher is the error ??

http://live.datatables.net/vumadixu/18/edit?js,output

Replies

  • allanallan Posts: 63,186Questions: 1Answers: 10,411 Site admin

    Because if type is sort or type you are using return "";. It should return the un-rendered data.

    Allan

This discussion has been closed.