I bought "Basic" version. It does not show basic version on your comparison chart. It shows Lite and Premium. I need to make editable SQL data fields from Wordpress page.
What version wpData Table do I need?
Which module do I start with?
Only "Create a simple table from scratch" and "Create a data table linked to an existing data source" are available to use in my wordpress. All others are grayed out.
The difference between Basic and Pro is only in the number of domains you can use the plugin on (Basic can be used on 1 domain, and Pro can be used on 3 domains). All other features are the same.
If you cannot use all options, you don't have the full version installed, but instead you're still using Lite.
Unfortunately, you cannot just enter the purchase code and update Lite to the full version like that.
The Lite version needs to be deactivated/deleted, and the full version installed to be able to activate the license and use all features of the plugin.
You can download the full version by logging into our store with the credentials you received when you purchased the plugin via e-mail.
How can I tell if I installed the paid full Basic version of the wpDatatables plugin?
I can see I have version 2.1.9 but I don't recall if I ever installed full version I paid for?
Can you point me to a tutorial that shows how to make a editable tablet on a WP page that will edit live database like mySQL in WP. There are some older tutorial on youtube but GUI looks very different now.
The current version of wpDataTables is v3.4.2, and what you have is Lite. You can always view our change log to see what's the most recent version.
You will need to delete the Lite version, and install the new version as per my instructions from the previous ticket.
There are currently no tutorials for editable MySQL tables. You need to have an auto-increment ID column in the database table, and that column needs to be selected as the "ID column for editing" in the Editing tab above the table.
If the table is pulled using a simple query, like SELECT * FROM yourDatabaseTable you will be able to edit it.
Yes got it now. I will uninstall lite and install full version.
Q"s:
If mySQL data table rows grows (as names get added) can I make the editable table grow also dynamically?
Ex: I specify 100 rows in the editable table. Currently 95 rows have customer names so 5 would be blank. As I add customers (from woocommerce beyond 100 to ~105) can I make the table dynamically grow to show all 105 rows or do I have to reconfigure query and make sure it's always bigger than number of names/rows in database?
Are these not good tutorials? GUI has changed but isn't the basic process the same?
I bought "Basic" version. It does not show basic version on your comparison chart. It shows Lite and Premium. I need to make editable SQL data fields from Wordpress page.
What version wpData Table do I need?
Which module do I start with?
Only "Create a simple table from scratch" and "Create a data table linked to an existing data source" are available to use in my wordpress. All others are grayed out.
Regards,
Jorgen
Hello Jorgen
Thank you for your purchase.
The difference between Basic and Pro is only in the number of domains you can use the plugin on (Basic can be used on 1 domain, and Pro can be used on 3 domains). All other features are the same.
If you cannot use all options, you don't have the full version installed, but instead you're still using Lite.
Unfortunately, you cannot just enter the purchase code and update Lite to the full version like that.
The Lite version needs to be deactivated/deleted, and the full version installed to be able to activate the license and use all features of the plugin.
You can download the full version by logging into our store with the credentials you received when you purchased the plugin via e-mail.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar,
Sorry I got a bit sidetracked...
How can I tell if I installed the paid full Basic version of the wpDatatables plugin?
I can see I have version 2.1.9 but I don't recall if I ever installed full version I paid for?
Can you point me to a tutorial that shows how to make a editable tablet on a WP page that will edit live database like mySQL in WP. There are some older tutorial on youtube but GUI looks very different now.
Thanks, Jorgen
Hi again Jorgen
The current version of wpDataTables is v3.4.2, and what you have is Lite. You can always view our change log to see what's the most recent version.
You will need to delete the Lite version, and install the new version as per my instructions from the previous ticket.
There are currently no tutorials for editable MySQL tables. You need to have an auto-increment ID column in the database table, and that column needs to be selected as the "ID column for editing" in the Editing tab above the table.
If the table is pulled using a simple query, like SELECT * FROM yourDatabaseTable you will be able to edit it.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks Aleksandar,
Yes got it now. I will uninstall lite and install full version.
Q"s:
If mySQL data table rows grows (as names get added) can I make the editable table grow also dynamically?
Ex: I specify 100 rows in the editable table. Currently 95 rows have customer names so 5 would be blank. As I add customers (from woocommerce beyond 100 to ~105) can I make the table dynamically grow to show all 105 rows or do I have to reconfigure query and make sure it's always bigger than number of names/rows in database?
Are these not good tutorials? GUI has changed but isn't the basic process the same?
https://www.youtube.com/results?search_query=wpdatatables+editable
Thanks,
Jorgen
Hello again Jorgen
SQL query based tables are pulling the data from the database each time they load, so if you add 2000 rows, they will show up in the table.
Some of those videos are old, but they still mostly check out.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables