ce icon indicating copy to clipboard operation
ce copied to clipboard

Onsave Event Not Dispatching (Jspreadsheet V8.7 and V9)

Open cwyrwas opened this issue 2 years ago • 1 comments

Hi guys! I'm a JSpreadsheet Pro subscriber and I'm attempting to hook into the onsave event. As far as I can tell, it isn't firing for me on both V9 and V8.7.

I'm attempting to send back an ID from my server to the client in order to keep my front and back ends in sync. The idea is to process the server response during this event, but it looks like the event isn't getting dispatched.

I can provide my spreadsheet config if that would be helpful.

Thanks!

cwyrwas avatar Aug 10 '22 16:08 cwyrwas

Hi 😊

for pro support, you can open issue on https://github.com/jspreadsheet/pro/issues

For your questions : to dispatch event onsave, you need define persistence or server property with url of your server. If you want manage your system of save without persistence. You need to use onchange/onbeforechange/onafterchanges

GBonnaire avatar Aug 17 '22 08:08 GBonnaire