Comments AndyShut started the conversationJuly 15, 2020 at 9:35amHi, Is it possible upon creating a table from CSV file to name the table in MySQL something specific each time the table is created? i.e. name it 'mydatatable' instead of 'wpdatatable1', 'wpdatatable2' that it does currently etc? If so how would I do this? Thanks and all help appreciated Andy 2,572Aleksandar repliedJuly 15, 2020 at 2:07pmHello AndyYou would need to change the code in wp-content/plugins/wpdatatables/source/class.constructor.php on line 86:I can't guarantee if there are any other parts of the plugin that may misbehave after this, but I don't believe so.Please note that this will be reverted when the plugin updates, so you will need to do it again.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 TablesAndyShut repliedJuly 15, 2020 at 2:13pmThanks Aleksander,I'll take a look and give it a try.Andy 2,572Aleksandar repliedJuly 15, 2020 at 5:03pmYou're welcome AndyIf you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.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 Sign in to reply ...
Hi,
Is it possible upon creating a table from CSV file to name the table in MySQL something specific each time the table is created? i.e. name it 'mydatatable' instead of 'wpdatatable1', 'wpdatatable2' that it does currently etc?
If so how would I do this?
Thanks and all help appreciated
Andy
Hello Andy
You would need to change the code in wp-content/plugins/wpdatatables/source/class.constructor.php on line 86:
I can't guarantee if there are any other parts of the plugin that may misbehave after this, but I don't believe so.
Please note that this will be reverted when the plugin updates, so you will need to do it again.
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 Aleksander,
I'll take a look and give it a try.
Andy
You're welcome Andy
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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