is there a preferred way to reference columns inside the datatable definition or functions? For example instead of saying "td:nth-child(6)" I would like to say "td:nth-child(lastName)".
This is a previous discussion that seems to address it.
http://datatables.net/forums/discussion/890/referencing-the-data-array-using-sname-instead-of-position-integer/p1
Replies
http://datatables.net/forums/discussion/890/referencing-the-data-array-using-sname-instead-of-position-integer/p1
is this still the best approach?