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
/
thead
/
cells
/
checkbox-select-all.component.d.ts
8 lines
(7 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Grid
}
from
'../../../lib/grid'
;
import
{
DataSource
}
from
'../../../lib/data-source/data-source'
;
export
declare
class
CheckboxSelectAllComponent
{
grid
:
Grid
;
source
:
DataSource
;
isAllSelected
:
boolean
; }