Posted 12 January 2022, 4:14 am EST - Updated 3 October 2022, 12:10 pm EST
Hi
Just need assistance…
^I created a function for ‘Cancel All’ ← once the user hit this button all checkbox must have value false to uncheck it… I created a script for this trigger (code below)
this.returnedSamplesData.filter = (item) => { return item.scope = false };
however, it seems like its not working properly . coz once i trigger the cancell button all records will display none.