CodeIgniter view is neither showing query results, nor updating html table rows from AJAX requests (stackoverflow.com)stack
5 points by aan in stackoverflow.com · 8y ago · stack
I want to get data from database by using ajax. The data will be fetched by choosing the drop down option and click the search button and data will show up in the table. I've written the proper query and it runs very well. All I want is just show the data from database to the ta…