dbTable
Posted Ziggs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dbTable相关的知识,希望对你有一定的参考价值。
标签:
<my-Double-Table double-Table="doubleTable" head-List="headList" select-Match-List-Tmp="selectMatchListTmp" select-Match-List="selectMatchList"
is-Query="isQuery" filter-Input-Rigth="filterInputRigth" match-List="matchList" select-Data="selectData" on-Rigth-Input-Change-Back="onRigthInputChangeBack()"
rigth-Sort-Obj="rigthSortObj" rigth-Sum="rigthSum" ></my-Double-Table>
属性:
headList
$scope.headList = [ {name:"运单号",code:"trackingNum",width:"100"}, {name:"货号",code:"goodsNumber",width:"100"}, {name:"收货人",code:"consigneeName",width:"130"}, ];
传入头部的标签,格式为数组对象 [{},{}],
name:表头的名称
code:列表返回的数据对应的字段的key值
width:可以设置列的宽度
selectMatchListTmp
右边实际选择的数据
selectMatchList
查询结果列表
isQuery
(待定)
matchList
查询结果列表
selectData
统计查询结果检索条件
onRigthInputChangeBack
onRigthInputChange方法回调
filterInputRigth
右边的过滤器
rigthSortObj
保存右边的排序
rigthSum
右边的统计数据
doubleTable
用于暴露内部方法,提供给外部调用
queryList:查询数据
leftBtselect:左边信息移动到左边
rigthBtselect:右边信息移动到左边
rigthSumFn:右边数据汇总
leftSumFn:左边数据汇总
onRigthSortClick:右边数据排序方法
onRigthInputChange:右边过滤方法
以上是关于dbTable的主要内容,如果未能解决你的问题,请参考以下文章
从Greenplum上的表中读取数据时,如何在Spark-jdbc应用程序的选项“dbtable”中指定子查询? [复制]
在数据库表中存储会话不起作用(使用 Zend_Session_SaveHandler_DbTable)
Akka(41): Http:DBTable-rows streaming - 数据库表行交换