Comments 2A3igner started the conversationMarch 29, 2019 at 12:38pmI have a table with 4000 columns. Right now you have to manually select each column one-by-one to add to a table. There is no SELECT ALL field to add all columns available to the table 2,572Aleksandar repliedMarch 29, 2019 at 12:45pmHello A3igner.Please take a look at our documentation.I see you're building an SQL query based table, so yeah - there's an easier way of doing this.You would need to select the first option to create the table:Then, on the next page, from the drop-down select "SQL query", and type this: SELECT * FROM LScore2_VI That will insert all columns.Best regards.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 2A3igner repliedMarch 29, 2019 at 3:31pmOK THANKS!1 Like Sign in to reply ...
I have a table with 4000 columns.
Right now you have to manually select each column one-by-one to add to a table.
There is no SELECT ALL field to add all columns available to the table
Hello A3igner.
Please take a look at our documentation.
I see you're building an SQL query based table, so yeah - there's an easier way of doing this.
You would need to select the first option to create the table:
Then, on the next page, from the drop-down select "SQL query", and type this:
That will insert all columns.
Best regards.
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
OK THANKS!