adopted-ember-addons / adopted-ember-addons/ember-light-table
Example on incorporating all select and multiselect checkboxes
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 311
- Fork
- 130
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I was hoping to find an example how to incorporate an all select checkbox in first cell of the head and the checkboxes for each row in the body. I was able to include row level checkboxes with the cellComponent attribute of the column.
```
{
label: '',
valuePath: 'check',
cellComponent: 'model-table-checkbox',
},
}
```
But not sure if it is possible to add the All select. Could you please provide an example?
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.