=== phpgrid === Contributors: EkAndreas Tags: phpgrid,datatable,frontend,ajax,plugin,database Requires at least: 3.5 Tested up to: 3.5.1 Stable tag: 0.5.1 Expose database table with shortcodes and phpgrid free. == Description == The plugin implements the free phpgrid control with usage of shortcodes inside your posts. Or you could use the plugin inside your plugin development just by using filters and hooks. Join our [fb-page](https://www.facebook.com/pages/Phpgrid-for-WP/486409724756060) for support and discussions! Please, read more at GitHub repository: [phpgrid](https://github.com/EkAndreas/phpgrid "phpgrid") == Installation == 1. Place the code inside the plugin folder as usual installation of WordPress plugins. The folder should be named "phpgrid". 2. Download the free (or your paid) -version of phpgrid.org and place the lib folder under the plugin folder! Due to license rules we do not have the rights to provide you with the component. Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. == Screenshots == 1. Shortcode inside your post html editor. 2. Example of exposed table \"wp_options\". 3. Supporting hooks and filters == Changelog == = 0.5.1 = * mysql-connection supported with hook = 0.5 = * Initial