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

WP DataTable

설명

WP DataTable is a WordPress plugin for insertion of static or dynamic DataTable functionality (http://datatables.net/) to any blog post or page.
Extensions included: Buttons (fat=1), Column visibility, HTML5 export (fat=1), Print view (fat=1), ColReorder, FixedColumns, FixedHeader, Responsive, Select

Features

  • Provision of DataTables script and css style
  • Full configuration via raw javascript (see https://datatables.net/reference/option/ for more info)

Usage

[wp-datatable id="ID" fat="LEVEL"]
    paging: false,
    responsive: true,
    search: true,
    //.. and more - see https://datatables.net/reference/option for full reference
[/wp-datatable]
  • id – specifies ID of existing table to which datatable functionality should be applied
  • fat – (optional) provide fat version of datatables (see Fat level)
  • CONTENT – optional datatables configuration

Fat level

  1. adds Button extension with HTML5 export and Print preview + JSZip for excel export

설치

  1. Make sure you are using WordPress 4.0 or later and that your server is running PHP 5.2.4 or later (same requirement as WordPress itself)
  2. Install and activate the plugin as usual from the ‘Plugins’ menu in WordPress.

후기

2018년 8월 31일
I was struggling to put DataTables on my site, due to conflicts. This plugin solved it all!! So much easier than trying to implement it manually. I can't stress enough how great this FREE plugin is! I will definitely be making a donation to the developer for his hard work.... THANK YOU!!!!!!!
2018년 5월 31일 1 reply
The great thing about this plugin is it works with any table, even if it is generated outside of wordpress, or with another plugin. I'm not aware of any other plugin that does the same. Also it is based on the the extremely powerful and popular DataTables jquery project. I just hope that the developer gets enough love to keep maintaining the plugin.
2017년 12월 14일
Works perfectly, very reliable! A great one very useful!
2017년 7월 27일
Plugin is simple and allows you to style tables beautifully and easily. I am using Formidable Forms that generate tables for me, so I could not use any plugins (TablePress etc.) that require you to create a table or create SQL statement and have it saved within plugin. My tables are generated dynamically by another plugin so none of table plugins worked for me. This plugin allows me to style my tables based on best practices of DataTable for jQuery. But the biggest thing for me was to be able to export data into CSV. Author of plugin graciously agreed to add Buttons extensions to his plugin and I am now able to export to CSV and also Copy table data to clipboard. Overall this is a great free plugin that allows you to do a lot with your table style. Thank you!
모든 6 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.2.6 (2022-11-02)

  • Update jQuery DataTables to 1.11.1

0.2.5 (2018-04-13)

  • fix copyright info

0.2.4 (2017-11-07)

  • Update jQuery DataTables to 1.10.16
  • Fixed sort icon paths

0.2.3 (2017-07-23)

  • Update jQuery DataTables to 1.10.15
  • Added Datatables with Button plugin, served if attribute fat=1

0.2.2 (2017-01-18)

  • Fix sort images paths
  • Update jQuery DataTables to 1.10.13

0.2.1 (2016-10-29)

  • Fix warning
  • Include more datatables extensions

0.2.0 (2016-09-04)

  • Initial release