aoColumns string but need to h

aoColumns string but need to h

SansunSansun Posts: 1Questions: 0Answers: 0
edited February 2013 in DataTables 1.8
I am new to DataTables. I have a javascript code that has many columns and multiple sorts. I need to have one column that represents status of a record 0 - new; 1 - assinged, 2 - closed etc. We need to show the text value of the state, say "New" or "Assigned" or "Closed", but when sorted, it should be sorted by the ID (0, 1, 2 etc) not the text description. But the number value should not be visible. Appreciate any help.
Tks.

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Use orthogonal data as described here: http://datatables.net/blog/Orthogonal_data

    Allan
This discussion has been closed.