Skip to content

columnId

returns the id of the column at the specified index

function columnId(
// the column index, zero-based numbering
index: number
): id

id the column id

//the id of the first column
var id = datatable.columnId(0);

Articles

API