mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 10:49:14 +02:00
feat:#15 added selection in datatable to store and removed selectAll
This commit is contained in:
@@ -12,6 +12,8 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
store.modules.clear();
|
||||
|
||||
type ModuleWithSelection = { module: Module; selected: boolean };
|
||||
|
||||
// array of modules with boolean if selected with getter and setter
|
||||
|
Reference in New Issue
Block a user