表格表头锁定特性 + 列拖动特性 + 分页特性 + 详情展开特性
注意:使用 pagination 组件,请导入 TiPaginationModule
| {{columns[0].title}} | {{columns[1].title}} | {{columns[2].title}} | {{columns[3].title}} | {{columns[4].title}} | {{columns[5].title}} |
|---|
|
|
{{row.firstName}} | {{row.lastName}} | {{row.age}} | {{row.balance | currency}} | {{row.email}} |
|
详情展示:{{row.firstName}}
详情展示:{{row.balance}}
详情展示:{{row.lastName}}
|