Hi Marc,<div><br></div><div>I pushed my first set of changes to the repo on ajaxify the table->multi_row->change option, please check that. For that I have used some existing events in sql.js file. </div><div><br></div>
<div>When I submit the "<b>#insetForm</b>" I used "<b>$("#pageselector").trigger('change');</b>" for reload the "#<b>resultsForm</b>" table because since this is related to multiple rows and there are many actions in "<b>#insertForm</b>" such as "<b>Save</b>" and "<b>add as a new row</b>", it is better to update the table. <br clear="all">
<br></div><div>And there are few issues with this. </div><div><ol><li>I used "<b>PMA_ajaxShowMessage(PMA_messages['strNoRowSelected']);</b>" to show a message when user not selected a row and click on change. Is this okay or should I change it. </li>
<li>When a row get changed I used following actions to reload the "#<b>resultsForm</b>"</li></ol> $("#pageselector").trigger('change');<br> $("#result_query").remove();<br>
$("#sqlqueryresults").prepend(data.sql_query);</div><div><br></div><div> But since last two actions runs in the middle of first trigger I cannot remove the <b>result_query </b> with the updated row message after the table get reloaded. I cannot find why this happens. Please can you help me on this. </div>
<div>Thank you.</div><div><br></div><div>Regards,</div><div>Thilanka. </div><div><br>-- <br><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">L G Thilanka Kaushalya <br>
Computer Science & Engineering, <br><div style="color:rgb(80, 0, 80)">University of Moratuwa,<br>Sri Lanka<span></span><br> <br></div></div>Connect with me at,<br> Gmail : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>
Twitter : @thilanka_k<br> Facebook : Thilanka Kaushalya<br> Yahoo : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div> Blog : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>
</div>