feat(donorsoverview): Dynamicly add newly generated donors
This commit is contained in:
		| @@ -35,6 +35,13 @@ | ||||
|   let modal_open = false; | ||||
|   let delete_donor = {}; | ||||
|   export let current_donors = []; | ||||
|   export const addDonors = (donors) => { | ||||
|     current_donors = current_donors.concat(...donors); | ||||
|     options.update((options) => ({ | ||||
|       ...options, | ||||
|       data: current_donors, | ||||
|     })); | ||||
|   }; | ||||
|  | ||||
|   //Section table | ||||
|   const columns = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user