Hi all ,
I am using ajax,php and html and javascript for my application.
I have some javascript and html code generating 1 search form with 2 buttons and an empty table(results to be added) with headers.
On clicking submit button -a method is called which verfiies the values and calls ajax in turn.
Ajax responds back with about 1000 rows of data.
What is the right way to display the results on the same page ,in exisiting table.
Since i have to add checkbox and some gifs also for every row in result,its getting little complex.
I am fine with removing exisitng table (i want headers) and creating newer one in ajax method.All i want is well formatted table .