adding selecting multiple items. Still needs work

This commit is contained in:
Chris Cochrun 2023-09-27 09:45:41 -05:00
parent bef09ed805
commit 83d7249a8b
3 changed files with 55 additions and 3 deletions

View file

@ -675,6 +675,6 @@ Item {
console.log("Select all these here items..." + arr);
}
}
ServiceItemModel.selectItems(arr);
ServiceItemModel.selectItems(index);
}
}