3个回答
展开全部
在html中可以这样写,加上datagrid-toolbar的样式即可
<div class="datagrid-toolbar">
<input></input>
<select></select>
</div>
这样就跟工具栏的样式一样的了
<div class="datagrid-toolbar">
<input></input>
<select></select>
</div>
这样就跟工具栏的样式一样的了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
js 中添加 直接在定义datagrid 的时候加上 toolbar 属性
toolbar: ["-", {
id: '',
text: '',
iconCls: '',
handler: function () {}
}, "-", {
id: '',
text: '',
iconCls: '',
handler: function () { }
}, "-", {
id: '',
text: '',
iconCls: '',
handler: function () { }
}, "-"]
第二种方法是在页面些个div 在里面可以放入 按钮 输入框 搜索框 之类的 并且给这个div 设置一个 id 然后再定义 datagrid 的地方写 toolbar:"#div的id"
toolbar: ["-", {
id: '',
text: '',
iconCls: '',
handler: function () {}
}, "-", {
id: '',
text: '',
iconCls: '',
handler: function () { }
}, "-", {
id: '',
text: '',
iconCls: '',
handler: function () { }
}, "-"]
第二种方法是在页面些个div 在里面可以放入 按钮 输入框 搜索框 之类的 并且给这个div 设置一个 id 然后再定义 datagrid 的地方写 toolbar:"#div的id"
更多追问追答
追问
能在js代码中添加不能,或者用div的样式如何写
追答
不需要再js种添加 input
按钮
js
$("#list").datagrid({
....参数,其他,
toolbar:"#toolbar" // 这里是工具条div的id
});
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询