aoColumnDefs

aoColumnDefs

boudgaboudga Posts: 19Questions: 4Answers: 0
edited August 2013 in DataTables 1.9
I have a column in my datatables from my database table that contains INT values for salary data. In my database I also have a column for currency. When I display the datatables data from my database I want to concatenate the value from the salary data with the value from the currency data in the same column. Is aoColumnDefs what I should use to do something like that and if so can you provide an example?

Replies

  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    Its part of what you want - you probably want to use the mRender option. There are examples of its use in the documentation.

    Allan
This discussion has been closed.