=== WordPress Tables === Contributors: iansadovy Tags: tables, data tables, csv to table, mysql to table, excel table, responsive tables Requires at least: 3.5 Tested up to: 4.8.2 Requires PHP: 5.3 or greater Stable tag: 1.2.7 License: GPLv2+ License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3NH4NJ3JXX6PL Create, manage and design interactive tables without writing any code. Sorting, paging, formatting and lot more options. == 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. With WPTables plugin, you can easily create and manage your tables from the WordPress administration. Simply insert a shortcode into your page, article or post, and you are ready to go. That’s it! Enjoy your new table. WP Tables plugin’s main features are: After installing the plugin, tables are created in few very basic steps: == Screenshots == 1. Visualise your data in the table 2. Choose among 6 predefined color themes 3. Green theme 4. Navy theme 5. Admin > All tables list 6. Admin > Adding new table 7. Admin > Managing the table 8. Admin > Table options and live preview == 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"] = How to format numbers? = You can define a custom number format for columns with type `Number`. 1. In the WordPress administration open the table for editing. 2. In the Fields section find the necessary field and make sure that the type is `Number` 3. You will see the Formatting button next to the Type drop-down. 4. Set the desired format and click `Apply`. = How to add currency symbol to values? = 1. In the WordPress administration open the table for editing. 2. In the Fields section find the necessary field and make sure that the type is `Number` 3. You will see the Formatting button next to the Type drop-down. 4. Add currency symbol to the format (i.e. '$0,0.00'). 5. Click `Apply`. = How to set link text? = With `Link` field type you can use [Markdown syntax](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links) to set the link text. == Changelog == = VERSION 1.2.7 = * Fixed compatibility with FancyBox library prior version 3. = VERSION 1.2.6 = * Fixed the issue with adding new table using CSV/MySQL. = VERSION 1.2.5 = * Added support for custom number format (decimal places, thousand separator, currency symbol, percent, etc.). * Added support for links inside the table. = VERSION 1.2.4 = * Added support for shortcodes inside the table. * Fixed issue with missing sort icons. = VERSION 1.2.3 = * Added support for Unicode characters. * Fixed issue with an apostrophe ('). = VERSION 1.2.2 = Fixed CSV parsing with dots in column names. = VERSION 1.2.1 = Fixed editing HTML-like data. = VERSION 1.2.0 = Added 6 predefined color themes. = VERSION 1.1.0 = Added a "manual" mode for creating tables. It is possible now to edit the data in a spreadsheet-like interface. = VERSION 1.0.1 = Added help and about sections. = VERSION 1.0.0 = Initial version where most features are ready and pretty stable.