From c1878a1abd41cdc768e264aadd0ddc6065c158d3 Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Thu, 15 Sep 2011 15:49:36 +0700 Subject: [PATCH] Trigger makegrid in table search result --- js/tbl_select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tbl_select.js b/js/tbl_select.js index 4f6ddf0883..00e3a5773e 100644 --- a/js/tbl_select.js +++ b/js/tbl_select.js @@ -66,7 +66,7 @@ $(document).ready(function() { if (typeof response == 'string') { // found results $("#sqlqueryresults").html(response); - $("#sqlqueryresults").trigger('appendAnchor'); + $("#sqlqueryresults").trigger('makegrid'); $('#tbl_search_form') // workaround for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome. .slideToggle()