Changeset 2738261
- Timestamp:
- 06/06/2022 09:33:26 PM (4 years ago)
- File:
-
- 1 edited
-
saturn-tables/tags/1.2.5/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
saturn-tables/tags/1.2.5/readme.txt
r2638006 r2738261 4 4 Tags: data tables, list tables, data sources 5 5 Requires at least: 5.0 6 Tested up to: 5.8.26 Tested up to: 6.0 7 7 Stable tag: 1.2.5 8 8 Requires PHP: 7.0 … … 18 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 This plugin is new in 2021, feel free to reach out with questions.21 20 22 21 == Screenshots == … … 46 45 = Is there anything else I should know? = 47 46 48 Saturn Tables has no settings or administration pages , it works by putting code, PHP files, in a subdirectory called /saturn-tables/ of your theme or child theme. You could also put the code in functions.php, but it is easier to organize in a separate file.47 Saturn Tables has no settings or administration pages. It works by putting code, PHP files, in a subdirectory called /saturn-tables/ of your theme or child theme. Additionally you can put code in functions.php, or use include/require to load code as wherever desired. 49 48 50 49 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.