gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Please support "title" option of colModel in Grid-Plugin #911

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need this attribute to disable title in our case.

Please refer: 
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options

Thank your help.

Original issue reported on code.google.com by linus.ch...@gmail.com on 26 Oct 2012 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 30 Oct 2012 at 6:44

GoogleCodeExporter commented 9 years ago
This is possible with next version with the new displayTitle attribute.

Example:

<sjg:gridColumn name="id" index="id" title="ID" width="30" formatter="integer" 
sortable="false" displayTitle="false"/>

http://code.google.com/p/struts2-jquery/source/detail?r=1747

Original comment by johgep on 30 Oct 2012 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 17 Dec 2012 at 1:21