Counter column doesn't update on CSV export

Counter column doesn't update on CSV export

quytennisquytennis Posts: 14Questions: 0Answers: 0
edited March 2012 in TableTools
When I try to export to CSV, the updated counter column isn't reflected in the export. Only the original counter column is exported - not the re-ranked counter columns. Using this code:

http://www.datatables.net/examples/api/counter_column.html

Replies

  • quytennisquytennis Posts: 14Questions: 0Answers: 0
    edited March 2012
    Just figured this out - needed to update aoData array. Added extra line in 'for' loop as follows:

    [code]
    for ( var i=0, iLen=oSettings.aiDisplayMaster.length ; i
This discussion has been closed.