=== Tablesome - WordPress Responsive Table Plugin === Donate link: https://pauple.com Tags: table, responsive tables, data table, table builder, dynamic tables, data tables, tables Requires at least: 5.2 Tested up to: 5.7.2 Stable tag: 0.3.2 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Contributors: essekia, pauple, freemius A simple table plugin to quickly create and embed responsive tables. Import from CSV and XLSX. == Description == Tablesome is a WordPress table plugin to quickly create responsive tables with large number of rows and columns and embed the table in pages and posts. You can also import tables from external sources such as in CSV and XLSX files format. To quickly create tables with Tablesome plugin see the video below: [youtube https://www.youtube.com/watch?v=6rd1x9UFWQ0] The support and development team behind this table plugin is very responsive to user comments and feature requirements. This plugin is in active development and so you can expect powerful features in future releases. ## Create Table Easily You can create table entries in a spreadsheet-like interface and use some basic keyboard shortcuts that you find in popular spreadsheet tools such as Excel, Google Sheets, etc. It works out of the box, and no additional settings are needed. ## Features ### Import Tables If you already have table data in external sources you can import your tables to your WordPress site in the form of CSV and XLSX files. ### Add Images & Links To Tables Allows you to include clickable images and clickable texts by adding URLs to the table content. You can upload the images to WP Media Library and add them to tables. You can add *target="_blank"* and *rel="nofollow"* to the clickable texts. ### Add Email Data to the Table It supports email data type so that you can add email data to the table columns. It adds a "mailto" tag to the data so that you send emails with one click. ### Responsive Tables WordPress Tables created with the Tablesome plugin are fully responsive regardless of the number of rows & columns and look great on all devices including mobile devices & tablets (iPhone, Android, etc,). It automatically adjusts the table column width based on the content size to fit the screen but can manually change the minimum width of the columns. It offers 2 responsive modes: #### 1. Horizontal Scroll Bar The Horizontal Scroll Bar responsive option will add a scroll bar to accommodate the table when the table container width overflows. You can scroll to see more data in the table. #### 2. Stackable Table Mode If you choose the Stackable Table option, in mobile devices it stacks the table rows under each other with one cell per row. ### Display Large Tables With Pagination Can create large tables in WordPress with many number of rows and columns. You can limit the display of the number of records with table pagination. ### Add Multi-line Text You can have a multi-line textarea with line breaks within a table so that you can present the table data neatly. ## Customize Table Fonts & Background Colors Comes with good styling options that allow you to change colors of table header, body background, borders and also apply alternative colors to table rows. You can also change the fonts, font color, size, and alignment of header and body content. ## Table Search Users can quickly find the data they need using the table search bar, which can be enabled or disabled for each table. The table search is fast and accurate and can also find special characters. ## Table Filters Tablesome gives you advanced filtering options with which you can add multiple filters to table columns both on the backend and the frontend. You can quickly filter the relevant information using the table filters especially when you have a large table with thousands of table records. ### Table Sorting You can sort text and numerical data in ascending or descending order in the backend. Advanced sorting options are coming in the next releases with more data types. ### Embed Tables Anywhere Gives you table shortcodes to embed the tables on any post or page including custom post types. You can use the same shortcode to embed the same table in multiple locations. ### Table Shortcode Builder It comes with an advanced table shortcode builder with which you can apply custom settings such as: * Hide unnecessary columns in the frontend * Change the pagination limit, and * Enable/disable sorting and filtering Gutenberg block editor users can make use of this shortcode builder using the block named “Add Tablesome Shortcode” ### Editable Tables Allows editing and/or adjust the published tables at any point by a WordPress user with access. ### Theme Friendly Tables Tablesome is tested with many popular WordPress themes and works seamlessly with any decently coded WordPress theme. ### Awesome Support Tablesome comes with a dedicated support team to assist you in creating WordPress tables and solves problems in a short time. You can create a new support thread here, reach us by email or you talk with us through the live chat on our site. ### Let Us Know What You Need We love to hear from our users and we try to integrate features that our users want. Please let us know your feedback in the support forum. ## Upcoming Features - Data formatting with multiple data types in tables - Advanced table search == Screenshots == 1. Easily create Tables in WordPress dashboard 2. Display tables with Search, Sort, Filters, and Pagination 3. Add images and links to table cells 4. Filtering the table column data in the frontend 5. Change fonts and background colors of the table 6. Customizing table display with shortcode builder == Installation == 1. Upload the plugin to your website. 2. Activate it. 3. Click 'Create new table' to create the tale 4. Save the table 5. Copy and paste the shortcode on the post. == Change Log == = 0.3.2= * Enhancement: Mobile Stack Mode options * Enhancement: EMail column format type = 0.3.1 = * Enhancement: Table search * Fix: Image columns are shrinking in mobile view * Bug fixes = 0.3 = * Enhancement: Column width adjustments * General Bug Fixes = 0.2.9.1 = * HotFix: fatal error is thrown for void return type in below PHP 7.1 versions = 0.2.9 = * Enhancement: URL format type Improvements = 0.2.8 = * Enhancement: Table Shortcode builder * General Bug Fixes = 0.2.7 = * Performance Improvements * Bug fixes * Internal Improvements = 0.2.6 = * Enhancement: Add links to images in image cell type * Enhancement: option to switch off sorting and filtering in the front-end * General Fixes = 0.2.5 = * Enhancement: Multi line textarea format type added * Fix: future proof solution for input fields losing focus * Fix: render first page table records only = 0.2.4 = * Enhancement: Number Of Records Per Page Pagination Global Settings added * Enhancement: Improve User Experience of Creating New Columns * Enhancement: Display icon to indicate that options are available for the column * Fix: Long content now wrapped in the table cell * Fix: Display published tables only in pages/posts * Fix: Column fixes * General Fixes = 0.2.3 = * Enhancement: Filter added * Enhancement: Link format type added * General Fixes = 0.2.2 = * Enhancement: Global style settings added * Fix: Added Import Button in All Tables page near Add New button * Fix: Same table shortcodes posted on a page sorting not working * General Fixes = 0.2.1 = * Enhancement: Basic Image Media file format type added * Fix: Going back to the previous cell using keyboard shortcut erases the data in that cell * Fix: Column header get's closed automatically when we select it's input field * Fix: Editing a cell is not working if we click something out of the table * General Fixes = 0.2 = * Enhancement: Paginations added with previous, next, first and last links * Enhancement: Frontend sorting column options enabled * Enhancement: Structural Improvements * Fix: Number sorting * General Fixes = 0.1.5 = * Enhancement: Import data from various formats XLSX and CSV * Enhancement: Read upto 50 records = 0.1.4 = * Enhancement: Basic Number Format type column option * General Fixes = 0.1.3 = * Enhancement: Basic Ascending order sorting column option added * Enhancement: Basic Descending order sorting column option added * Enhancement: Hide row and column controls when mouse leaves the table = 0.1.2 = * Fix: Inserted / duplicated column cells not showing row controls when hovering * General Fixes = 0.1.1 = * Fix: Row control position mis-aligned in WP 5.6 * Enhancement: New Column Options instead of Column Controls * Enhancement: Insert Left/Right column option * Enhancement: Duplicate column option * General Fixes = 0.1 = * Enhancement: Basic Keyboard Shortcuts * General Fixes = 0.0.2 = * Enhancement: Changed Table Data Structure And Migrated * Fix: Table design gets when flexbox grid-enabled * Fix: Edit Table page browser title * Fix: Add column not creating table cells when editing the table * Fix: Cannot remove row when there are 2 rows * General Fixes = 0.0.1 = * Initial MVP ( minimum viable product ) release