Ajax list not refreshing
- Single Page
Posted 21 March 2012 - 22:20 PM
Many thanks.
Posted 25 March 2012 - 23:43 PM
Have you read the known issues just to make sure - http://www.grocerycrud.com/documentation/known-issues ?
Posted 27 March 2012 - 05:20 AM
Any ideas?
I have attached screenshots from Firebug as requested previously.
Thanks
Posted 27 March 2012 - 21:41 PM
Posted 13 April 2012 - 13:11 PM
I inspected with firebug... and the reason is that is trying to use orderby = "column_name" and that column name doesn't exist in that table
this is the post data sent to ajax_list
order_by[0]=id_trafo
order_by[1]=asc
page=1
per_page=10
search_field=
search_text=
as you can see "id trafo" i did not give as $crud->order_by("id_trafo"), actually I gave other column....
[b]INFO ADDED[/b]
PROBLEM FIXED
/topic/295-ajax-list-500-error-sort-problem/