开发者 | datalistit |
---|---|
更新时间 | 2017年2月28日 03:41 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 3.0.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[datalistit dbtable='Sales_results_Q1_sample_file' norows=2 orderby='stabilisers' columns='month, stabilisers' id='table1' ]
Example of html table shortcode:
[datalistit table='Sales_results_sample_file' ]
Anybody with "Edit post" capability can insert the short code onto a WP site or blog, thus creating a table. No user data is held on the server - any uploaded data is deleted automatically when the server sends the HTML file to the user.
In order to create a table, the user uploads a csv file using the plugin interface. The data is sent to the datalistit.com server where the files are processed. Datalistit.com is a service and the plugin is required to access this service. Having processed the data, the server returns a table and short code is created. The user can display the table on their WP site or blog by copying and pasting the short code that is returned by the server.
plugin-name.php
to the /wp-content/plugins/
directoryThe plugin enables you to create a database table as well as an HTML table from data held in csv file. The table can then be displayed on your WP site or blog.
The data is sent to a server used by the datalistit.com service. This has been done to enable future developments of the plugin.
No data is kept on the external server. The data is removed automatically when the server returns the table to the user.