Click here to Skip to main content
15,886,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I am developing a JSP page using java servlets. I am using jTable jQuery to display the MySQL database records. For the first time of onchange event of Form List Choice, the records are displaying properly, but next onchange event the data is not changing.

Please help since I am new on jTable jQuery.

High Regards

MJ
Posted
Comments
Debug and see why the new data is not getting populated.
Member 10752263 16-Apr-14 1:57am    
$('#PersonTableContainer').jtable({
paging: true,
pageSize: 10,
actions: {
listAction: 'AreaController?action=list'+sareacode
},
not triggering.

Thanks & Regard

MJ

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900