Hello,
It is possible to change the 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";
Thank you! It works perfectly!