이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP jQuery DataTable

설명

Plugin’s settings will display ‘WP jQuery DataTable’ tab

  1. WP Jquery Data table plugin can help the WordPress website owner to insert table anywhere for displaying any information in tabular form, which will also have some cool features like option of selecting no. of pages, columns and pagination to be displayed in one page along with the search option to access the relevant data immediately from the long table, saving time and effort.
  2. This plugin is useful for exact needs for your table implementations.
  3. Short code is : [wp_jdt id=”table id here”]
  4. You can apply this short code into page/post’s editor or also can add into PHP file.
    Like

기능

  1. Show information about the table
  2. Allow table pagination, number of rows to display on page and pagination button display options.
  3. Show table entries options
  4. Allow table column ordering, define which column(s) the order and apply order (asc or desc.
  5. Allow table searching

스크린샷

  • screenshot-1.png
  • screenshot-2.png

설치

  1. Copy the entire /wp-jquery-datatable/ directory into your /wp-content/plugins/ directory.
  2. Activate the plugin.
  3. New Tab called WP jQuery DataTable will be genereate.
  4. You can add set setting.
  5. Use short code at any pages/posts e.g.[wp_jdt id=”table id here”]

Plugin’s settings

First of Save Plugin’s settings. It will display ‘WP jQuery DataTable’ tab

  1. WP Jquery Data table plugin can help the WordPress website owner to insert table anywhere for displaying any information in tabular form, which will also have some cool features like option of selecting no. of pages, columns and pagination to be displayed in one page along with the search option to access the relevant data immediately from the long table, saving time and effort.
  2. This plugin is useful for exact needs for your table implementations.
  3. Short code is : [wp_jdt id=”table id here”]
  4. You can apply this short code into page/post’s editor or also can add into PHP file.
    Like

Shortcode Parameters

  1. id: =(Required) Used table id as a parameter of id. Example [wp_jdt id=”demo”] and table is <table id="demo">...</table>
  2. info: Show information about the table. It return boolean. By default ‘true’. Example [wp_jdt info=”false”]
  3. paging: Allow table pagination. It return boolean. By default ‘true’. Example [wp_jdt paging=”false”]
  4. page_length: Allow number of rows to display on page when using pagination. It return number. By default ’10’. Example [wp_jdt page_length=”5″]
  5. paging_type: Allow pagination button display options when using pagination. Options: simple, simple_numbers, full and full_numbers. By default ‘simple’. Example [paging_type page_length=”simple”]
  6. b_length_change: Show table entries options. It return boolean. By default ‘true’. Example [wp_jdt b_length_change=”false”]
  7. ordering: Allow table column ordering. It return boolean. By default ‘true’. Example [wp_jdt ordering=”false”]
  8. i. order_row_number: You can define which column(s) the order in table. It return number. By default ‘0’. Example [wp_jdt order_row_number=”3″]
    ii. order_row_number_sort: You can apply order (asc or desc). By default ‘asc’. Example [wp_jdt order_row_number_sort=”desc”]
  9. searching: Allow table searching. It return boolean. By default ‘true’. Example [wp_jdt searching=”false”]

FAQ

Is this plugin prepared for multisites? Yes.

후기

2022년 9월 9일
5/5 idk why only 3 stars, mb because the people can't even copy-paste an example from datatables library. Perfect integration! Thank you!
2021년 4월 17일
This worked really great. I have a plugin that outputs an html table via shortcode, and I simply put this code right above my table output: // print the jquery smart tables stuff ob_start(); echo do_shortcode( "[wp_jdt id='beverage-table']" ); $output .= ob_get_contents(); ob_end_clean(); Then I didn't have to include it in my page, I only needed my own shortcode.
2018년 9월 15일
This doesn't do anything. After installation a tab (settings) appears in admin side, but its just settings. There is no place to CREATE the data table.
2018년 7월 12일
Good basic functionality, but, according to their own demo, not responsive - on a mobile device: - records controls are vertically stacked (not intentionally and not cleanly) - no horizontal scroll or alt display method.
2017년 10월 13일
Useful for quickly getting datatables up and running.
모든 12 평가 읽기

기여자 & 개발자

“WP jQuery DataTable”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP jQuery DataTable”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

4.0.1

  • Compatibility with WordPress version 6.1.1

4.0.0

  • Compatibility with WordPress version 5.8

3.0.0

  • Compatibility with WordPress version 5.5

2.0.1

  • Compatibility with WordPress version 5.4

2.0.0

  • Compatibility with WordPress version 5.3

1.1.1

  • Bug fixed for warnings and notices

1.1.0

  • Make plugin language compatible
  • Bug fixed for paging and ordering

1.0.2

  • Update new jquerydatatable js

1.0.1

  • Solved jquery confliction

1.0.0

  • Stable Version release