=== xsDatatables === Contributors: xsDatatables Tags: datatables, wordpress, tables from csv, tables from excel, datatables for wordpress Requires at least: 5.9.3 Tested up to: 6.0 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html xsDataTables is a WordPress table plugin used to quickly create tables from Excel, CSV and other data sources. == Description == You can create tables of products, orders, posts, pages with searchable, filterable, responsive from the admin panel quickly, effectively, and easily without having to write code. Please visit the plugin website at [xsdatatables.com](https://xsdatatables.com/documentation/) for more information or a [demo](https://xsdatatables.com/). Here is the list of the function * Responsive mode or show the table in a viewport, which can be scrolled. * Page Length: Number of rows to display on a single page when using pagination. * Show/hide Footer * FixedHeader/FixedFooter: it can be useful to have the table's header and / or footer fixed to the top or bottom of the scrolling window. * Sorting Column: you can set the table to display the data in exactly the order that you want. * Search Builder: with the capability to search the DataTable by creating groups and conditions. This offers more advanced search controls than is currently. * Search Panes: adds panes to the DataTable with the capability to search the DataTable by selecting rows in the panes. This is very useful when it comes to adding a more accessible searching feature and custom search capabilities. * SearchPanes can search DataTables for multiple values that have been selected across multiple panes. They also provide the ability to define custom search functions which cannot be achieved through a simple searchBox. * Column Visibility: with column visibility in DataTables. * Column Searching (text inputs): has the ability to apply searching to a specific column. * Column Filter (select inputs): has the ability to apply searching to a specific column, but in this case using input controls. You can select which information to display using attributes * Search any column in the list * Sort by any column in the list * Drag and drop columns to reorder them * Add/Remove columns and rows * Resize/Reorder columns * Custom links * Add media * Custom HTML * Shortcode in cells USAGE To show one of your tables in a post or on a page, embed the Shortcode [xsdatatable id=] into a “Shortcode” block at the desired place in the block editor. Each table has a unique ID that needs to be adjusted in that Shortcode. [youtube https://www.youtube.com/watch?v=oSC0JaFsVNg] = Useful links = - Documentation - [How to use xsDataTables?](https://xsdatatables.com/documentation/) - [Facebook Page](https://www.facebook.com/datatables) == Installation == If you would prefer to do things manually then follow these instructions: 1. Upload the `xsdatatables` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the xsDatatables == Frequently Asked Questions == Please visit the plugin website at [xsdatatables.com](https://xsdatatables.com/documentation/) for more information == Screenshots == 1. All Tables 2. Add Table 3. Edit Table 4. Add Row 5. Edit Row 6. Add Column 7. Edit Column 8. Import-1 9. Import-2 10. Import-3 11. Options == Changelog == = 1.0.0 = * Initial version for wp.org == Upgrade Notice ==