UNPKG
ng2-smart-table-custom
Version:
latest (1.3.0)
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
Angular Smart Table with inline-validations support
akveo.github.io/ng2-smart-table/
ng2-smart-table-custom
/
components
/
tbody
/
cells
/
custom.component.d.ts
11 lines
(10 loc)
•
316 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
EventEmitter
}
from
'@angular/core'
;
import
{
Row
}
from
'../../../lib/data-set/row'
;
import
{
Grid
}
from
'../../../lib/grid'
;
export
declare
class
TbodyCustomComponent
{
grid
:
Grid
;
row
:
Row
;
source
:
any
;
custom
:
EventEmitter
<
any
>;
onCustom
(
action
:
any
,
event
:
any
):
void
; }