=== Make Tables Responsive === Contributors: nnikolov Tags: tables, responsive, mobile Requires at least: 3.5 Tested up to: 5.0.1 Requires PHP: 5.3.6 Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatically makes the HTML tables in your posts and pages responsive (mobile-friendly). == Description == Automatically makes the HTML tables in your WordPress posts and pages responsive (mobile-friendly). Devices with a small screen will see the tables in a new layout with two columns. In the first column will be the data from the first row (the column names), and in the second column will be the data from the other rows. = Demo = [https://nikolaydev.com/demo-of-make-tables-responsive/](https://nikolaydev.com/demo-of-make-tables-responsive/) = Features = * Choose the maximum screen size to affect * Choose the cell background color for even and odd rows * Choose the cell border color for even and odd rows * Disable for tables by HTML class or ID * Disable for posts and pages by ID * Enable only for posts and pages by ID = Limitations = * Tables with merged cells are not supported * Tables inside tables are not supported * Only for tables, in which the first row contains the column names * The cells in the first column of the responsive version of the tables (the column names from the original table) will have their HTML code stripped == Installation == Simply install and activate the plugin, like you would any normal plugin. 1. Visit your [Plugins Add New Screen](https://codex.wordpress.org/Plugins_Add_New_Screen) 2. Find the plugin by searching for: Make Tables Responsive 3. Install the plugin, by clicking the "Install Now" button 4. Activate the plugin, by clicking the "Activate" button == Frequently Asked Questions == = Why it is not working? = If the plugin sees any tables that it does not support, it will skip them, leaving them unchanged. See the limitations section above, for more details. If you still need help, use the support forum. == Screenshots == 1. Using the Firefox responsive design view tool to see how a HTML table looks like without the plugin and with the plugin. 2. The settings page of the Make Tables Responsive plugin. == Changelog == = 1.1.2 - 31 October 2018 = * Fixed how tables with just one row are handled. The plugin still does not support those, but instead of them disappearing on smaller screens, now the plugin just skips them and shows them unchanged. = 1.1.1 - 27 June 2018 = * Fixed a missing closing curly bracket in the CSS code. It didn't affect anything though, since the tag was closed after it anyway. = 1.1.0 - 20 June 2018 = * Added the option to enable the responsive tables only on some chosen posts or pages. * Added the option to disable styling. This is useful if you are adding your own CSS code and my code is taking priority because it uses the !important rule. * Changed the wording on some options to be more clear. * Fixed a bug that caused a body HTML tag to be added inside the tables. * Updated the language file. = 1.0.0 = * Initial release.