=== WP Data Access === Contributors: peterschulznl Tags: wp data access, database, table Donate link: https://www.paypal.me/kpsch Requires at least: 4.8.3 Tested up to: 4.9.1 Requires PHP: 7.1.7 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Data Access is a WordPress plugin that gives you access to any database table == Description == WP Data Access gives you access to any database table and view with just a few mouse clicks. Works on the back-end with WP_List_Table and on the front-end with jQuery DataTables. Tables are generated dynamically based on mysql metadata (no coding required). Plugin settings allow you to grant or revoke access to specific tables (back-end and front-end use seperate settings). ### Features * Design tables and indexes * Create tables and indexes from design * List tables on your WordPress dashboard * View table data * Insert table data * Update table data * Delete table data * Truncate table * Drop table * Export table data * Import table data * Pagination * Searching * Sorting * HTML tables on your website * Responsive/flat * Pagination * Searching * Sorting #### WordPress Dashboard Generate list tables from the menu or write your own code from WP Data Access classes. WP Data Access list tables are based on the WP_List_Table class to support standard WordPress list table layout and interaction. Menus for generated list tables can be added to your WordPress website, plugin or theme with or without coding. #### Website HTML tables Add shortcode or wizard based HTML tables to your website. Tables are dynamically build using jQuery DataTables. Different layouts are supported. Allows styling with CSS. Provides pagination, searching and sorting functionality. ### Plugin Links - [WordPress Plugin Directory] (https://wordpress.org/plugins/wp-data-access/) - [Website] (https://wpdataaccess.com/) - [Documentation] (https://wpdataaccess.com/documentation/) - [Source Code] (https://bitbucket.org/wpdataaccess/wp-data-access/src) == Installation == Using the WordPress dashboard 1. Click on 'Add New' in the plugins dashboard 2. Search for 'wp-data-access.zip' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard 5. Click on 'WP Data Access > Manage Plugin' to customize your settings Uploading in the WordPress dashboard 1. Download 'wp-data-access.zip' to your computer 2. Click on 'Add New' plugin dashboard 3. Click on 'Upload PLugin' 4. Select 'wp-data-access.zip' from your computer 5. Upload 6. Activate the plugin on the WordPress plugin dashboard 7. Click on 'WP Data Access > Manage Plugin' to customize your settings Using FTP 1. Download and extract 'wp-data-access.zip' to your computer 2. Upload the 'wp-data-access' directory to your 'wp-content/plugins' directory 3. Activate the plugin on the WordPress plugins dashboard 4. Click on 'WP Data Access > Manage Plugin' to customize your settings == Screenshots == 1. Back-end list table (data administration) 2. Front-end table (jquery datatables) 3. Data entry forms == Changelog == [See full changelog here](https://bitbucket.org/wpdataaccess/wp-data-access/src/master/CHANGES.md) == Upgrade Notice ==