I have 5 tables with data.
I can drag and drop rows and reassign their positions. I am grabbing the ID of the DB record they belong to.
I want to be able to update it from table one to table 2 on the database. I was told not to use AJAX because that handles updating records in the front end and it could be dangerous. I dont know what route to go for or even how to manage it.
I am using Laravel 5.3
via gxrobb