Add a new column in the data grid from the .yaml file

Hello all,

Does anyone know if we can add a new column in a datagrid directly from the yaml.file .

Because, I noticed that for each column there is an ID .
e.g.
columns:
- {id: RDPZCN, title: customer, data_key: column_1, expand: false, width: ‘120’}

So, is there a way to create the column with this ID?

Thank you in advance for your answer.