columnId
returns the id of the column at the specified index
function columnId( // the column index, zero-based numbering index: number): id
Returns
Section titled “Returns”id
the column id
Example
Section titled “Example”//the id of the first columnvar id = datatable.columnId(0);
See also
Section titled “See also”Articles
API