You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improvement: you can return your own object for CRUD operations (see readme). return of hard-coded numbers will be DEPRECATED
improvement: you can customize toolbar buttons and optionally have text below toolbar button (space limited though) - see @/pages/Crud/party.js & @/pages/Crud/party-inline.js
improvement: create, update & delete events also emit the crudOps result (property named 'res'). if the operation did not return anything, res is undefined