<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>demo-accordion-tools</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<script type="text/javascript" src="../../js/jquery.min.js"></script>
<script type="text/javascript" src="../../js/jquery.easyui.min.js"></script>
</head>
<body>
<div titl="tools" class="easyui-accordion" style="width:500px;height:300px;">
<div title="关于" data-options="iconCls:'icon-ok'" style="overflow:auto;padding:10px;">
this is a tools jsp page
</div>
<div title="DataGrid" style="padding:10px" data-options="
selected:true,
tools:[{
iconCls:'icon-reload',
handler:function(){
$('#dg').datagrid('reload');
}
}]">
<!-- 如下的data-options返回的json格式 -->
<table id="dg" class="easyui-datagrid"
data-options="url:'datagrid_data1.json',method:'get',fit:true,fitColumns:true,singleSelect:true">
<thead>
<tr>
<th data-options="field:'itemid',width:80">Item ID</th>
<th data-options="field:'productid',width:100">Product ID</th>
<th data-options="field:'listprice',width:80,align:'right'">List Price</th>
<th data-options="field:'unitcost',width:80,align:'right'">Unit Cost</th>
<th data-options="field:'attr1',width:150">Attribute</th>
<th data-options="field:'status',width:50,align:'center'">Status</th>
</tr>
</thead>
</table>
</div>
</div>
</body>
</html>
easyui-datagrid
原创wx62e9cee37942d 博主文章分类:EasyUi ©著作权
文章标签 easyui-datagrid html css ico 文章分类 后端开发
©著作权归作者所有:来自51CTO博客作者wx62e9cee37942d的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
web项目 easyui-datagrid开发实践
easyui,datagrid
easyui datagrid -
jquery easyui-datagrid/treegrid 清空数据参考
在使用easyui的treegrid或datagrid的过程经常会有这样的场景,如:需要按不同的类型加载数据时,如果选择的分类下没有数据应该把上次展
RDIFramework.NET Web前端 EasyUI 敏捷开发 解决方案 -
easyui-datagrid的url中的中文问题
easyui-datagrid的url中的中文问题
解决方案 google浏览器 传递参数 -
easyui-datagrid行数据field原样输出html标签
easyui-datagrid 绑定的行 field 原样输出html标签。处理效果如图:Html页面代码如下:...
easyui html javascript 公众号 -
java怎么实现 自动识别地址的邮编
java编码处理:(java在内存中使用的是uniocode编码)一、编码基本知识:1、iso8859-1 单字节编码 范围0-255 优点:和计算机最基础的表示单位一致2、GBK/GB2312 双字节编码 &
java怎么实现 自动识别地址的邮编 Java Tomcat JSP 网络协议 -
java project如何打包
1.、提示键配置 一般默认情况下,Eclipse ,MyEclipse 的代码提示功能是比Microsoft Visual Studio的差很多的 ,主要是Eclipse ,MyEclipse本身有很多选项是默认关闭的,要开发者自己去手动配置。如果开发 者不清楚的话,就不知道Eclipse ,MyEclipse的代码提示功能一样能像Microsoft Visual Studio的
java project如何打包 myeclipse eclipse triggers microsoft