Changeset 2711033
- Timestamp:
- 04/18/2022 11:53:47 AM (4 years ago)
- Location:
- pubydoc-data-tables-and-charts/trunk
- Files:
-
- 3 edited
-
config.php (modified) (1 diff)
-
publish-your-table.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pubydoc-data-tables-and-charts/trunk/config.php
r2674491 r2711033 43 43 define('PYT_DEFAULT', 'default'); 44 44 45 define('PYT_VERSION', '1. 0.0');45 define('PYT_VERSION', '1.1.0'); 46 46 47 47 define('PYT_CLASS_PREFIX', 'pytc'); -
pubydoc-data-tables-and-charts/trunk/publish-your-table.php
r2658739 r2711033 4 4 * Plugin URI: https://pubydoc.com/ 5 5 * Description: Create and manage beautiful data tables and charts with custom design. 6 * Version: 1. 0.06 * Version: 1.1.0 7 7 * Author: PubyDoc 8 8 * Text Domain: publish-your-table -
pubydoc-data-tables-and-charts/trunk/readme.txt
r2710977 r2711033 198 198 199 199 Once you’ve created a table, you can allow a user to download the fields data. Let’s take a quick look at this process. Go to the Options > Feature tab and scroll down to the Export section. Here, in the Frontend export dropdown, you may set the format of the downloaded file. There are CSV, MS Excel 2007(.xlsx), MS Excel 2003 (.xls), PDF. Besides, you can add the Print button to a table so that a user could print the data. 200 201 == Changelog == 202 203 = 1.1.0 = 204 * Minor issues fix 205 * License and upgrades fixed 206 * Added option Highlighting by mousehover in diagrams 207 * Added option Pagination menu 208 * Added clone for diagrams 209 * Fixed DataBase parameters 210 * Fixed foumulas 211 * Fix import 212 * Fixed editable fields on front 213 * Added comments on front 214 * Fixed convert into tooltips 215 * Added column titles as default trace names in diagrams 216 217 = 1.0.0 = 218 * Initial release 219
Note: See TracChangeset
for help on using the changeset viewer.