From 781d3303fd49db05ed94fc03c3034a47948aaf0b Mon Sep 17 00:00:00 2001 From: biztechc Date: Wed, 17 Jan 2018 05:41:27 +0000 Subject: [PATCH] language compatible 1.1.0 --- index.php | 2 + readme.txt | 4 +- wp-jquery-datatable.php | 214 +++++++++++++++++++++------------------- 3 files changed, 115 insertions(+), 105 deletions(-) create mode 100755 index.php diff --git a/index.php b/index.php new file mode 100755 index 0000000..561fa05 --- /dev/null +++ b/index.php @@ -0,0 +1,2 @@ +
-

WP jQuery DataTable Settings

+

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
Show Information
-
-
- ">
+
+ -
-
- ">
+
+
Pagination
-
-
- ">
+
+ -
-
- ">
+
+
Pagination Type
-
-
-
-
- ">
+
+
+
+ -
-
-
-
- ">
+
+
+
+ -
-
-
-
- ">
+
+
+
+ -
-
-
-
- ">
+
+
+
+
Rows Per Page - " min="1" step="1" name="wp_jdt_page_length"> + " min="1" step="1" name="wp_jdt_page_length">
Show Per Page DropDown
-
-
- ">
+
+ -
-
- ">
+
+
Ordering
-
-
- ">
+
+ -
-
- ">
+
+
Specific Column Order " min="0" step="1" name="wp_jdt_order_row">

- -
-
- ">
+
+ -
-
- +
+
+
Searching
-
-
- ">
+
+ -
-
- ">
+
+
@@ -236,22 +236,22 @@ function wp_jdt_settings_page(){ - "example", 'info' => "$wp_jdt_info", @@ -275,37 +275,45 @@ function wp_jdt_shortcode( $atts, $content = "" ) { 'searching' => "$wp_jdt_searching", ), $atts, 'wp_jdt' ); - $wp_jdt_script = ""; + $wp_jdt_script = ""; $wp_jdt_script .= ""; - + // css and js wp_enqueue_style( 'jdt-style-data-tables' ); wp_enqueue_script( 'jdt-js-datatables' ); - + return $wp_jdt_script; } @@ -319,5 +327,5 @@ function wp_jdt_uninstall() { delete_option('wp_jdt_ordering'); delete_option('wp_jdt_order_row'); delete_option('wp_jdt_order_row_sort'); - delete_option('wp_jdt_searching'); -} \ No newline at end of file + delete_option('wp_jdt_searching'); +}