I’m looking for a good snippet or article that will help me implement the ability to save the sort order of a data table in admin view back to the database. Any suggestions are appreciated.
Also suggestion about what type of sort to use, ie. bubble, insertion, select, etc.
I ended up use jquery UI’s sortable interactions (after checking out dimis283’s suggestion). For that I just implemented it by extending the existing extension jui. Then just used some AJAX calls to sort all the records displayed on the screen.
Bit of a rush job unfortunately, I only did as much as I needed for my app so I could sort and save data grids. Sort of incomplete at this point as it won’t work with paginated results…