I am trying to do data manipulation when creating a table from SQL. because of the relative complexity of trying to create dynamic columns I wanted to use procedures - but I cannot use CALL or WITH in the wpDataTable code field. Alternatively, is it possible to import a data table from MySQL using SQL Query, but then do post query processing using PHP or JS?
I am trying to do data manipulation when creating a table from SQL. because of the relative complexity of trying to create dynamic columns I wanted to use procedures - but I cannot use CALL or WITH in the wpDataTable code field. Alternatively, is it possible to import a data table from MySQL using SQL Query, but then do post query processing using PHP or JS?
Hello? Is there any support at wpDataTable?