Unfortunately, you can't. Imported tables are being created as manual tables, which are stored in the database.
What you can do, though, is create a new SQL Query based table by querying the imported table. For instance, the imported table gets a name like wp_wpdatatable_1. You can see that in the editing tab above the table:
Then, when you create a new table, select the first option (Linked to an existing data source), and select SQL Query. There simply add this:
SELECT * FROM wp_wpdatatable_4
And it will be a table where you can enable editing, and disable "Server-Side Processing".
How can i turn off side processing for a table created by importing an excel file to acces grouping options?
Hello Nick
Thank you for your purchase.
Unfortunately, you can't. Imported tables are being created as manual tables, which are stored in the database.
What you can do, though, is create a new SQL Query based table by querying the imported table. For instance, the imported table gets a name like wp_wpdatatable_1. You can see that in the editing tab above the table:
Then, when you create a new table, select the first option (Linked to an existing data source), and select SQL Query. There simply add this:
And it will be a table where you can enable editing, and disable "Server-Side Processing".
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