Simple Table Manager enables editing table records and exporting them to CSV files through a minimal database interface from your dashboard.
- Simply CRUD table contents on your wp-admin screen
- Search and sort table records
- No knowledge of MySQL or PHP required
- Export table records to a CSV file
- Does not allow users to create tables or change the structure of the table
Simple Table Manager is a tool suited for the initial development phase of a website. It is ideal when you want to ask someone else with no database expertise to keep track of table records on your website. This was the motivation for developing this plugin.
Note that to comply with wordpress.org plugin security guidelines, edited and added record fields are filtered through wp_kses_post() to prevent sql injection attacks. In some cases, wanted tags may be filtered out leading to field corruption.
