fix: refactor grid usage per wuttaweb
This commit is contained in:
parent
38af9dd434
commit
5016ed9e64
2 changed files with 7 additions and 7 deletions
|
@ -97,7 +97,7 @@
|
|||
this.toggleRows(uuids, checked)
|
||||
}
|
||||
|
||||
TailboneGrid.methods.allChecked = function(checkedList) {
|
||||
${grid.vue_component}.methods.allChecked = function(checkedList) {
|
||||
// (de-)select all visible invoices when header checkbox is clicked
|
||||
let checked = !!checkedList.length
|
||||
this.toggleRows(this.allRowUUIDs(), checked)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue