UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
src
/
app
/
routes
/
idea
/
pages
/
table-checkbox
/
table-checkbox.component.html
5 lines
(3 loc)
•
209 B
HTML
View Raw
1
2
3
4
5
<
bixi-table
[
rows
]=
"rows"
[
cols
]=
"cols"
[
frontPagination
]=
"true"
[(
selectedKeys
)]=
"selectedKeys"
>
</
bixi-table
>
<
label
nz-checkbox
[(
nzChecked
)]=
"checked"
(
nzCheckedChange
)=
"onCheckedChange($event)"
>
</
label
>