=== WP Data Access === Contributors: peterschulznl Tags: wp data access, wp data, wp database, wp tables, database tables, list tables, wp_list_table, front-end table, datatables, jquery datatables, html tables 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.0.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 * Generate list tables for back-end (generate code or use plugin class to write your own) * Generate HTML tables for front-end (by shortcode) #### Features back-end list tables Adding a list table to your back-end has never been so easy. The following actions on list tables can be enabled or disabled on the settings page: view, insert, update, delete, export, import, search and screen options. WP Data Access list tables are build on 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. #### Features front-end HTML tables Tables can be added to your front-end with a shortcode in the text editor or with the wizard supported in the visual editor. Tables are dynamically build using jQuery DataTables. Different layouts are supported. Allows styling with CSS. Provides search and pagination functionality. ### Plugin Links - [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 == Frequently Asked Questions == == 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 ==