Hi,
I’ve a situation here that, need to render / print a column header dynamically using server-side (i.e. JSP ->
<s:text name="keyname" />
). But currently the widget allow us to use a static header as the following,
columns: [{ text: '<strong>Company</strong>', editable: false, datafield: 'COMPANYNAME'}]
In the above code, instead giving the table header as static i.e. Company; I need the server-side value to be printed because our application supports multi-lingual.
Can anyone please help me?
I look for a solution.
Regards,
\_rssb