Does anyone know how to do this? I have tried everything I could think of in terms of how it could be stored as a variable, but I don't know what to do.
How to display the title of a data column in code.org app lab?
28 views Asked by James Corcoran At
1
The title of a column is shown as its key name. For example, this: | id | value | | -- | ----- | | 1| 6 | is shown as this:
The column name in this case is value. All you have to do is just put "value" (or whatever column name you're using) next to where you're showing the cell content.