How to Get the results from server and populate in datatables based on the input field value.
How to Get the results from server and populate in datatables based on the input field value.
Iam getting data from controller to populate data in my datatables.
I need to get the data based on one input field(in my case customerid).
how should i achieve this.I tried but failed.
My jsp should contain an input field.Based on the input of the user i should display the data into datatable.
The input field and datatable should be independent to each other and should be in the same page.
I need to get the data based on one input field(in my case customerid).
how should i achieve this.I tried but failed.
My jsp should contain an input field.Based on the input of the user i should display the data into datatable.
The input field and datatable should be independent to each other and should be in the same page.
This discussion has been closed.
Replies
http://datatables.net/forums/discussion/19234/how-populate-data-in-datatable-based-on-user-input-field-
http://datatables.net/forums/discussion/19238/populate-data-in-datatables-based-on-user-input-
Allan