Changeset 2445410
- Timestamp:
- 12/24/2020 08:27:56 AM (5 years ago)
- Location:
- saturn-tables
- Files:
-
- 1 added
- 2 edited
-
assets/screenshot-1.png (added)
-
tags/1.2.3/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
saturn-tables/tags/1.2.3/readme.txt
r2445400 r2445410 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 isfor projects involving data outside the WordPress data structure.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. 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 20 == Screenshots == 21 22 1. This screenshot shows the Cars example table built with the example code and data. 19 23 20 24 == Frequently Asked Questions == … … 26 30 = What level of WordPress knowledge is needed? = 27 31 28 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.32 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. 29 33 30 34 = How do I get started? = 31 35 32 36 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. 37 38 = Is there documentation? = 39 40 Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation. 33 41 34 42 = Anything else I should know = -
saturn-tables/trunk/readme.txt
r2445395 r2445410 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 isfor projects involving data outside the WordPress data structure.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. 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 20 == Screenshots == 21 22 1. This screenshot shows the Cars example table built with the example code and data. 19 23 20 24 == Frequently Asked Questions == … … 26 30 = What level of WordPress knowledge is needed? = 27 31 28 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.32 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. 29 33 30 34 = How do I get started? = 31 35 32 36 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. 37 38 = Is there documentation? = 39 40 Yes. The [Saturn Tables](https://saturntables.com "Saturn Tables") home page has complete documentation. 33 41 34 42 = Anything else I should know =
Note: See TracChangeset
for help on using the changeset viewer.