Hi David,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
Sorry to disappoint you, but if you mean to use the Table Tools for the export functionality like export a CSV/Excel from the Table, the Table Tools feature is not available for the Simple Tables in either Lite or Premium versions.
If you wish to see this possibility added in the future, please feel free to search on our suggestions page (https://features.wpdatatables.com/), to see if someone may be already suggested this feature.
If you can’t see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
We can’t say an ETA, but you can certainly follow our changeLog if you’d like(https://www.ads-software.com/plugins/wpdatatables/#developers), where we state any changes/new features/bug fixes during updates; and our newsletter(https://wpdatatables.com/newsletter/), so you’re informed about new features, bug fixes, freebies, etc.
At the moment, you can only migrate all the Simple tables from your WordPress database/all our Plugin data like this, in two ways :
When you are moving on live site from local or stage site (or vice-versa)?we can suggest using?Plugin Duplicator.?We use it and it’s working fine because it will transfer all the files and also the tables to the database.?
Other than cloning the site, another option would be to copy all database tables (wp_wpdatatable_#) along with tables wp_wpdatatables, wp_wpdatacharts, wp_wpdatatables_rows and wp_wpdatatables_columns. Then, in wp_options table, you would also need to export the following option_names:
- wdtPreventDeletingTables
- wdtUseSeparateCon
- wdtSeparateCon
- wdtTimepickerRange
- wdtTimeFormat
- wdtTabletWidth
- wdtTablesPerPage
- wdtSumFunctionsLabel
- wdtRenderFilter
- wdtRenderCharts
- wdtIncludeBootstrap
- wdtIncludeBootstrapBackEnd
- wdtPreventDeletingTables
- wdtParseShortcodes
- wdtNumbersAlign
- wdtBorderRemoval
- wdtBorderRemovalHeader
- wdtNumberFormat
- wdtMobileWidth
- wdtMinifiedJs
- wdtMinFunctionsLabel
- wdtMaxFunctionsLabel
- wdtLeftOffset
- wdtTopOffset
- wdtInterfaceLanguage
- wdtGeneratedTablesCount
- wdtFontColorSettings
- wdtDecimalPlaces
- wdtCSVDelimiter
- wdtDateFormat
- wdtCustomJs
- wdtCustomCss
- wdtBaseSkin
- wdtAvgFunctionsLabel
- wdtInstallDate
- wdtRatingDiv
- wdtMDNewsDiv
- wdtTempFutureDate
It is rather cumbersome to do all this, but unfortunately at the moment, it’s the only way.
Important to note, for tables linked to an existing data source, you would need to change the file path, because at the moment the file path depends on the domain, so if you change the domain, the URL to the file will also have to be changed.
Our developers will be working on adding an easier solution to export everything, but we can’t say an ETA on this.
– There are also certain export functionalities, to export individual tables using Table Tools, but as mentioned, this feature is not available for Simple Tables, it is available for any other table type, though.
-
This reply was modified 7 months, 3 weeks ago by
wpDataTables.
-
This reply was modified 7 months, 3 weeks ago by
wpDataTables.