Title: how can have more than one feild Post by: ftmh on March 04, 2014, 01:08:21 AM hi
i want to have more than one field in data grid: <th data-options="field:'isEnabled'" sortable="true"> <spring:message code="UI.General.Active" /> </th> in this example have one field"isEnabled" thnks Title: Re: how can have more than one feild Post by: Andy1980 on March 04, 2014, 04:10:38 AM you can find your answer right in the docu:
Code: <table class="easyui-datagrid" style="width:400px;height:250px" Title: Re: how can have more than one feild Post by: ftmh on March 04, 2014, 04:41:43 AM tnx,but i have more than one feild in <th>,some more feild in some <th>
;) |