=== BuddyHolis TableSearch === Contributors: BuddyHoli Donate link: Tags: table, search, shortcode, filter Requires at least: 4.7 Tested up to: 5.0 Requires PHP: 5.2 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html TableSearch by BuddyHoli is a solution for people that want to filter their tables but donīt want to use massive datatables plugin. 4kb of code can easily achieve this. == Description == TableSearch is a super light-weight table filter that works with html tables with standard table markup. = Installation = * Click install to install the plugin or move the folder to your plugins directory. * Click avtivate. * Thats all! = Demo, Support & Documentation = * Too easy to use for massive docs = Features = * Install, Activate and you are done * Only 4kb of code * Added css class for easy styling * Set custom placeholder * Set custom table id == Installation == * Click install to install the plugin or move the folder to your plugins directory. * Click avtivate. * Thats all! == Frequently Asked Questions == = How do I use the plugin? = Create a standard html table with table, tbody (optional), tr, th and td. Style and design the table how you like it. Add the shortcode `[tablesearch]` to your content, to use the plugins default parameters id="MyTable", class="ts-main", placeholder="Search something". Output will be a Searchbox with shadow and icon that allows to filter a table by just hiding rows, that do not match the search input. = How can I customize the shortcode? = Use `[tablesearch id="YourCustomTableID" placeholder="YourCoolPlaceholder" css="YourCustomCSSClass"]`. Important: In this case, your table needs to habe the id YourCustomTableID ex. `