From 6e830316b4312345353bd81c0ce5e92e8af39170 Mon Sep 17 00:00:00 2001 From: tix Date: Wed, 15 Feb 2017 12:44:40 +0800 Subject: [PATCH] * table filter position --- views/inc/ecology.ejs | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/views/inc/ecology.ejs b/views/inc/ecology.ejs index f38d218..a95e60c 100644 --- a/views/inc/ecology.ejs +++ b/views/inc/ecology.ejs @@ -213,7 +213,23 @@ -
+ + + + +

@@ -1597,6 +1613,7 @@ pagination: 'true', pageSize: '20', filterControl: true, + columns: [{ field: 'admin_name', title: '所属市州' @@ -1636,4 +1653,9 @@ loadStaticMap(); - \ No newline at end of file + $('.fixed-table-toolbar').append(''); + + + \ No newline at end of file