How can you get a column's name (not header/title)?

How can you get a column's name (not header/title)?

jikujiku Posts: 2Questions: 2Answers: 0

If you have

column { name: "something" }

is there some way to query for that name? Something like

dt.column(idx).name

Answers

This discussion has been closed.