≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
Getting the header column index
Getting the header column index
noel
Posts: 10
Questions: 0
Answers: 0
August 2010
edited August 2010
in
General
is there a way to get the index of a particular column
Col1,Col2,Col3
I would like to get 1 if I query "Col2"
Thought I could use this to get the header, but it returns the first data row.
var aData = oTable.fnGetData(0);
This discussion has been closed.