=== WordPress Tables === Contributors: iansadovy Tags: table, grid, data, csv, mysql, excel, html, tables, tablepress Tested up to: 4.7.4 Stable tag: 1.0.1 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: After installing the plugin, tables are created in few very basic steps: == Screenshots == 1. Visualize your data in the table 2. Admin > All tables list 3. Admin > Adding new table 4. Admin < Managing the table == Frequently Asked Questions == = How to change table width/height? = Width of the table is 100% by default. Height is auto. But you can override these parameters by modifying a shortcode as following: [wp_table id="77" width="640px" height="480px"] == Changelog == = VERSION 1.0.1 = Added help and about sections. = VERSION 1.0.0 = Initial version where most features are ready and pretty stable.