Hi,
How I can create dynamic columns for using Rest Data Source? I have a non-smart gwt server. Sending following kind of response data, the fomat supported with Rest Data Source.
<conditions>
<cond>
<key></key>
<value></value>
</cond>
<cond>
<key></key>
<value></value>
</cond>
<conditions>
I want to create columns with <key> field in ListGrid.
Please advise.
Regards,
Sandip
How I can create dynamic columns for using Rest Data Source? I have a non-smart gwt server. Sending following kind of response data, the fomat supported with Rest Data Source.
<conditions>
<cond>
<key></key>
<value></value>
</cond>
<cond>
<key></key>
<value></value>
</cond>
<conditions>
I want to create columns with <key> field in ListGrid.
Please advise.
Regards,
Sandip
Comment