=== WordPress Tables ===
Contributors: iansadovy
Tags: table, grid, data, csv, mysql, excel, html, tables, tablepress
Tested up to: 4.7.4
Stable tag: 1.0.0
License: GPLv2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WordPress Tables plugin will add a support of responsive data tables to your WordPress site. It allows you to show the data from CSV files or MySQL database in beautiful tables. You can easily create and manage your tables from the WordPress administration. Then, just simply insert a table into your page, article or post with a shortcode.
== Description ==
Need to insert a table into your page or post? WordPress Tables plugin will take your data in CSV format or directly from MySQL table and create an interactive data table. You can easily create and manage your tables from the WordPress administration. Then, just simply insert a shortcode into your page, article or post. That's it!
The main features are:
- Importing data from CSV files and directly from MySQL tables
- Changing column titles
- Specifying columns order and visibility
- Setting text alignment
- Adding custom CSS classes
- Sorting alphabetically and numerically
- Pagination with options
- Configurable width and height
- Exporting created table to CSV file
After installing the plugin, tables are created in few very basic steps:
- Navigate to the "Tables" menu in the WordPress administration dashboard
- Click "Add New Table" and enter a name for the new table
- Choose a data source format and insert your data (for example the CSV file)
- After importing the data, you can edit table fields and other options
- Copy and paste the generated shortcode into your page or post (also you can use a button in the WordPress text editor to insert a table)
== Installation ==
Installation of the plugin is really simple.
Upload the extracted plugin folder to the /wp-content/plugins/ directory of your WordPress installation, or upload it directly from your plugins section in the WordPress admin panel.
Activate the plugin through the ‘Plugins’ menu in WordPress.
That’s it!
== Screenshots ==
1. Visualize your data in the table
2. Admin > All tables list
3. Admin > Adding new table
4. Admin < Managing the table
== Changelog ==
VERSION 1.0.0
Initial version where most features are ready and pretty stable.