Biplav Sharma
Results
1
comments of
Biplav Sharma
Hi everyone, there is a simple hack for the problem of resetting the select: ` function handleReset(){ let resetData = data.map(d => ({...d, checked: false})) } ` if attribute checked...