UNPKG
@notiz/ngx-tablo
Version:
latest (0.13.2)
0.13.2
0.13.1
0.13.0
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
JSON powered material table for Angular
github.com/notiz-dev/ngx-tablo
notiz-dev/ngx-tablo
@notiz/ngx-tablo
/
lib
/
nested-value.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
export
declare
const
resolveNestedValue
:
(
row
:
any
,
path
:
string
) =>
any
;
export
declare
const
resolveNestedColumnValue
:
(
row
:
any
,
columnName
:
string
) =>
any
;