Db columns in yaml:
- admin_ui: {order: 0, width: 200}
name: Food
type: string
- admin_ui: {order: 1, width: 200}
name: Water [G]
type: string
- admin_ui: {order: 2, width: 200}
name: Energy [KCAL]
type: string
- admin_ui: {order: 3, width: 200}
name: Protein [G]
type: string`
Db columns display on IDE data page:
Table API response:
[{"Vitamin A, RAE [UG]":"0","Fiber, total dietary [G]":"0.0","Iodine, I [UG]":"0","Energy [KCAL]":"141.0","Protein [G]":"21.57"...
From my other/similar post, I understand that IDE uses yaml file for displaying columns: