How to reference column by id or class
How to reference column by id or class
prox108
Posts: 27Questions: 12Answers: 0
Hi guys!
Do you know how to reference a column by its id or class?
Like a function:
function("id_value")
Answers
See the
column-selector
docs for all the options to reference a column. Specifically the string option for class or ID.Kevin