jSpreadsheet plugin Persistence Flag (free) :
Change value of cells and show toolbar. Here server return randomize time to response success
plugins: [
{ name:'persistenceFlag', plugin:jss_persistenceFlag, options: {showOnlyTime: true,css_progress: 'css-spin'} },
],
Download full version Documentation
get started to use this plugin with this CDN :
<script src="https://cdn.jsdelivr.net/gh/GBonnaire/jspreadsheet-plugins-and-editors@latest/plugins/JSSV8/src/persistenceFlag/index.js"></script>
<style>.css-spin{animation:css-spin 2s infinite linear}@keyframes css-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} </style>