当前位置: 代码迷 >> PHP >> php中使用easyui datagrid的有关问题
  详细解决方案

php中使用easyui datagrid的有关问题

热度:18   发布时间:2016-04-28 19:28:55.0
php中使用easyui datagrid的问题
<table id="adg"  class="easyui-datagrid" style="width:410px;height:auto" 
data-options="  url: 'daily_all_area.php',  singleSelect: true "
 > 
<thead> 
 <tr>
<th field="area_no" width="100"  formatter="getArea"><strong>Region Name</strong></th> 
<th field="daily_quantity_area" width="80" align='right'><strong>Quantity</strong></th> 
</tr> 
</thead> 
</table>

一般在使用datagrid时url填写的是个生成json的php文件。这个url如果想换成个生成json的方法该怎么写?
------解决方案--------------------
解决啦?
潜水那么久
  相关解决方案