Change Table Headers Name by Script

Hello,

It is possible to change the table headers name by script?

Not 100% sure what you’re trying to achieve.

You can change the table header text via script using the following
table1.control.columns[0].headerText = "new text";

4 Likes

Thank you! It works perfectly!

1 Like