Below is the image for your reference… This table with textbox is created with loop.. I have other columns too which is having values that fetched from db, I can able sort all of them.. But my problem is, I want to sort the first column in image according to the Numeric entries on the text box by user. It should sort it while I am clicking on its header..
I had searched google but couldn’t solve.. If anyone of you can.. then that will be very useful.. I am using PHP, MySql, JQuery.
Thanks in advance..

Of course you could do a relaod every time a header is clicked, send a get or post parameter with e.g. percentage+desc and then adjust the mysql query and the output in php.
Or you could go the easy way and do the ordering in javascript. Since you are using jQuery I can highly recommend the plugin Tablesorter: http://tablesorter.com/docs/