Is there a way to get a column name (i.e., the name defined using columns.name
option), which is more direct than the following one?
var exampleIndex = 3;
var columnName = table.settings().init().columns[exampleIndex].name;
Is there a way to get a column name (i.e., the name defined using columns.name
option), which is more direct than the following one?
var exampleIndex = 3;
var columnName = table.settings().init().columns[exampleIndex].name;