chrischen Posted April 7, 2008 Share Posted April 7, 2008 I'm trying to find a good tutorial for a sortable and reorganizable table that onchange will update the order in a database. Anyone know of one or one that can do something like this and be easily modified to achieve this? Quote Link to comment Share on other sites More sharing options...
XoSilenceoX Posted April 16, 2008 Share Posted April 16, 2008 The sortable part would be 100% javascript. Unless you were using a backend in that case you can use the correct coding to display the results in the orders needed. Example a dropdown menu is perfect for this as you can set the values different than what the visual display is. and then with php add to the end of your query "order by $_GET['dropdown_name'] ASC" that way when ajax calls the script its all in order as loaded into the div. Otherwise go to dhtmlgoodies.com they should have Table Widgets for you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.