Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2013-12-26 01:37:09 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2013-12-26 12:57:37 +0400
commit635c5fc641d7d9edd085214492cb173bd4174b04 (patch)
treea1f47c01429d633f0dec796466e40e1f6390492a /js/tbl_select.js
parent33b180e9d81d2e52726a27df9bbc4e08eda74024 (diff)
Feature#1478 Make Column Headings Sticky
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 4efb86ae39..3c867824eb 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -111,7 +111,7 @@ AJAX.registerOnload('tbl_select.js', function () {
$("#sqlqueryresults").html(data.sql_query);
} else { // results found
$("#sqlqueryresults").html(data.message);
- $("#sqlqueryresults").trigger('makegrid');
+ $("#sqlqueryresults").trigger('makegrid').trigger('stickycolumns');
}
$('#tbl_search_form')
// workaround for bug #3168569 - Issue on toggling the "Hide search criteria" in chrome.