On right click of the events unassigned will open By clicking that how to remove that particular events in the store level?
We are using CRUD Manager to extract api data. Kindly help on onUnassignedData function to remove particular events from store and atlast we are triggering sync call
eventMenuFeature={{
items: {
deleteEvent: false,
editEvent: false,
EventCopyPaste: false,
unassignEvent: false,
cutEvent: false,
copyEvent: false,
splitEvent: false,
Unassigned: {
text: 'Unassigned',
icon: 'b-fa-trash b-fa-fw',
onItem: onUnassignedData,
},
},
}}
PFA image for your reference.