UNPKG
kero
Version:
latest (3.2.5)
3.5.1
3.5.0
3.4.15
3.4.14
3.4.13
3.4.12
3.4.11
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.0
3.1.27
3.1.26
3.1.25
3.1.3
3.1.2
3.1.1
3.0.3
2.1.23
2.1.22
2.1.21
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.14
2.1.13
2.1.12
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
github.com/iuap-design/kero
iuap-design/kero
kero
/
js
/
dataTable
/
getParam.js
15 lines
(11 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Module : kero dataTable getParam * Author : liuyk(liuyk
@yonyou
.com) * Date : 2016-07-30 14:34:01 */
const
getParam =
function
(
key
) {
return
this
.
params
[key] }
export
{ getParam }