UNPKG
rb-data-table
Version:
latest (1.6.5)
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.0
1.4.0
Angular Smart Table
akveo.github.io/ng2-smart-table/
rb-data-table
/
components
/
cell
/
cell-view-mode
/
view-cell.d.ts
5 lines
(4 loc)
•
76 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ViewCell
{
value
:
string
|
number
;
rowData
:
any
; }