Changeset 2457928
- Timestamp:
- 01/17/2021 09:35:28 PM (5 years ago)
- Location:
- saturn-tables
- Files:
-
- 2 edited
-
tags/1.2.4/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
saturn-tables/tags/1.2.4/readme.txt
r2455116 r2457928 14 14 == Description == 15 15 16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is usually for projects involving data outside the WordPress data structure.16 [Saturn Tables](https://saturntables.com "Saturn Tables") provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure. 17 17 18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area. 19 19 20 20 This plugin is new in 2021, feel free to reach out with questions. 21 22 == Screenshots == 23 24 1. The Cars example from the website built with the example code and data. 25 2. Another example, a table of links and banners for a calendar based home page. 26 3. The Cars HTML5 input form built with the Saturn Tables form functionality. 21 27 22 28 == Frequently Asked Questions == … … 28 34 = What level of WordPress knowledge is needed? = 29 35 30 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.36 If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful. 31 37 32 38 = How do I get started? = 33 39 34 40 It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there. 41 42 = Is there documentation? = 43 44 Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation. 35 45 36 46 = Anything else I should know = … … 41 51 42 52 = 1.2.4 = 43 * Small bug fix.53 * Small Bug Fix. 44 54 45 55 = 1.2.3 = -
saturn-tables/trunk/readme.txt
r2455116 r2457928 14 14 == Description == 15 15 16 Saturn Tables provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. Designed for developers, this plugin is usually for projects involving data outside the WordPress data structure.16 [Saturn Tables](https://saturntables.com "Saturn Tables") provides a construct for methodical and organized construction of WordPress List Tables, the native format WordPress uses to display tabular data in the administration area. These are the type of display tables used for Posts and Pages, and are commonly used in major plugins. Designed for coders, this plugin is usually for projects involving data outside the WordPress data structure. 17 17 18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. And it is much easier than constructing custom data tables, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear just like the WordPress Posts or Pages list tables.18 With simple PHP and MySQL programming, this plugin will construct beautiful and seamless data tables for custom datasets in the administration area of WordPress. It is much easier than constructing custom data table displays, pagination and other functionality from scratch. Little HTML or styling is needed, the tables appear seamlessly into the administration area. 19 19 20 20 This plugin is new in 2021, feel free to reach out with questions. 21 22 == Screenshots == 23 24 1. The Cars example from the website built with the example code and data. 25 2. Another example, a table of links and banners for a calendar based home page. 26 3. The Cars HTML5 input form built with the Saturn Tables form functionality. 21 27 22 28 == Frequently Asked Questions == … … 28 34 = What level of WordPress knowledge is needed? = 29 35 30 If you can set up a custom WordPress menu or a simple plugin it would be helpful. There is a assumption you would know some MySQL since Saturn Tables is for displaying data in the administration area. WordPress style PHP, hooks and callbacks would be helpful.36 If you can set up a custom WordPress administration menu or build a simple plugin it would be helpful. There is an assumption you would know some MySQL, also $wpdb, since Saturn Tables is for displaying data in the administration area. WordPress style PHP; filters, hooks and callbacks would be helpful. 31 37 32 38 = How do I get started? = 33 39 34 40 It would probably be easiest to install the sample code and data provided on the [website](https://saturntables.com "Saturn Tables") and then fork your project from there. Two sample code bases are provided for use and demonstration, you should be able to morph from there. 41 42 = Is there documentation? = 43 44 Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation. 35 45 36 46 = Anything else I should know = … … 41 51 42 52 = 1.2.4 = 43 * Small bug fix.53 * Small Bug Fix. 44 54 45 55 = 1.2.3 =
Note: See TracChangeset
for help on using the changeset viewer.