Displaying 1 result from an estimated 1 matches for "listing_t".
Did you mean:
listing
2006 Jul 27
1
response from ajax request
...s_admin
@user_pages, @users = paginate :users, :order_by => ''login'',
:per_page => 10, :conditions => "name like ''%kyle%'' or children
like ''%kyle%''"
# add error checking later
render :partial => "listing_table", :layout=>false
end
===============================
here is the containing layout showing the search field:
================================
<%= start_table %>
<%= start_form_tag(''javascript:void%200'', {:method=> ''filter''}) %>
&...