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:
authorAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-03-30 13:03:27 +0400
committerAshutosh Dhundhara <ashutoshdhundhara@yahoo.com>2014-03-31 16:22:48 +0400
commit5ea6345adb31d86c98f11e255415ad85140cc78c (patch)
tree7b70e4ba0aa51b1e4537504100ce0031bfca54b0 /tbl_select.php
parent356f306e6c2452328e3bd0ff34a1bdcdb5117171 (diff)
Filter rows option on "Browse" table page.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Filter rows feature on "Browse" table page. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com> Included table filter plugin in tbl_select.php. Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_select.php b/tbl_select.php
index f191d592a5..4cbf7593f7 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -25,6 +25,7 @@ $scripts->addFile('sql.js');
$scripts->addFile('tbl_select.js');
$scripts->addFile('tbl_change.js');
$scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
+$scripts->addFile('jquery/jquery.uitablefilter.js');
$scripts->addFile('gis_data_editor.js');
$table_search = new PMA_TableSearch($db, $table, "normal");