Change the titles of the columns dynamically in a grid

Hello,
Is it possible to change dynamically the titles of the columns in a grid?, I’ve done this before but in a form with JQuery and the identifiers of the columns but the grid does not have identifiers neither the option for js methods.

What I want to do is change the title of the columns in a grid based on the current month and the previous.

Any idea how can I do this?

Thank you so much for your help!

You can use a a global_var, and/or you can try with sc_label

I solved it with sc_label,

Thank you so much! :smiley: