Closed Markohui closed 7 years ago
Hi, at this moment it can't be done, but this is a great idea to implement such functionality. It will definitely help distribute back-end end-points, dependencies etc.
Here is a patch - https://github.com/GigaTables/reactables/tree/2.2.1 U can update via npm.
Can I specify different URLs for the create, edit and remove actions like in datatables Editor? ajax: { create: { type: 'POST', url: '../php/rest/create.php' }, edit: { type: 'PUT', url: '../php/rest/edit.php?id=id' }, remove: { type: 'DELETE', url: '../php/rest/remove.php?id=id' } }