Order Columns Salary problem 'display'
Order Columns Salary problem 'display'

return $.fn.dataTable.render.number( ',', '.', 2, '€' ).display(row[5]);
Not Work Order Column....Why ??? Wher is the error ??
This discussion has been closed.
return $.fn.dataTable.render.number( ',', '.', 2, '€' ).display(row[5]);
Not Work Order Column....Why ??? Wher is the error ??
Replies
Because if
type
issort
ortype
you are usingreturn "";
. It should return the un-rendered data.Allan