jQuery MiniUI

标题: Grid通过JS添加Columns,editor有没有API? [打印本页]

作者: nbakill2    时间: 2013-4-10 09:15:46     标题: Grid通过JS添加Columns,editor有没有API?

如题。

作者: factory    时间: 2013-4-10 09:42:29

1.动态添加columns
你给表格setColumns([...])不就可以了吗?这个我记得我回答过你的
  1. [
  2.     { type: "indexcolumn" },
  3.     { field: "loginname", width: 120, headerAlign: "center", allowSort: true ,header:"员工账号"},
  4.     { field: "name", width: 120, headerAlign: "center", allowSort: true ,header:"姓名"}
  5. ]
复制代码
2.eidtor 的话{ field: "loginname", width: 120, headerAlign: "center", allowSort: true ,header:"员工账号",eidtor:{type:"textbox/combobox"}}
作者: nbakill2    时间: 2013-4-10 10:33:27

factory 发表于 2013-4-10 09:42
1.动态添加columns
你给表格setColumns([...])不就可以了吗?这个我记得我回答过你的2.eidtor 的话{ field: ...

editor的API就只有一个type吗???

API文档有吗?
作者: factory    时间: 2013-4-10 11:11:48

nbakill2 发表于 2013-4-10 10:33
editor的API就只有一个type吗???

API文档有吗?

editor就是编辑器控件了,属性可以参考对应控件的API




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2