Okay

Public Tickets

ALF1EE MYSQL table errorClosed   Master-Detail Tables for wpDataTables   Updated July 27, 2020 at 9:13am   2 Most recent comment from Aleksandar Vuković:Hello ALF1EEIf you've enabled sorting and/or filtering in the "Sorting and Filtering" tab above the table, and then you manually disabled sorting (or filtering) for each column individually, the ... Mike Kabjian Sub-table on Detail PageClosed   Master-Detail Tables for wpDataTables   Updated July 28, 2020 at 12:08pm   3 Most recent comment from Aleksandar Vuković:Hi again MikeYou can filter the var with the hook wpdatatables_before_get_table_metadata where the data will be forwarded from POST, where you'll find all data from MasterDetail $detailsData= js ... Mike Kabjian Creating a 'favorites' tableClosed   Master-Detail Tables for wpDataTables   Updated July 22, 2020 at 2:03pm   2 Most recent comment from Aleksandar Vuković:Hello MikeThank you for your kind words.You could use these extension, but you would need to adapt them for the wpdatatables object.The front-end (JS) part of wpDataTables plays a significant role in ... Dominik Funkhauser Master DetailClosed   Master-Detail Tables for wpDataTables   Updated July 16, 2020 at 11:31am   2 Most recent comment from Aleksandar Vuković:Hello DominikWhat Form are you referring to?Master-Detail Tables add-on is not designed to work like that. At the moment it can only display data in a popup modal, or on a specifically designed page.C ... Pulego Tech Customize the popup page to show my request responseClosed   Master-Detail Tables for wpDataTables   Updated July 10, 2020 at 9:54am   2 Most recent comment from Aleksandar Vuković:Hello Pulego TechThe data is being sent with the POST method, so you can use WordPress' hook the_content, where the data can be taken be taken from the POST and forwarded to do_shortcode functi ... Dalton Placeholder IssuesClosed   Master-Detail Tables for wpDataTables   Updated July 8, 2020 at 12:30pm   6 Most recent comment from Aleksandar Vuković:Hi again DaltonThank you, we installed the site, but we're getting the following error:We cannot access API, that is - can't create the table from the JSON feed.It probably has restrictions ... David Urban Using Conditional StatementsClosed   Master-Detail Tables for wpDataTables   Updated July 2, 2020 at 12:51pm   2 Most recent comment from Aleksandar Vuković:Hello DavidI am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.Our developers will be looking at expanding Master-Detail funct ... Roy Haverkotte backing up wptablesdata out of mysqlClosed   Master-Detail Tables for wpDataTables   Updated June 29, 2020 at 9:15am   2 Most recent comment from Aleksandar Vuković:Hello RoyOther than cloning the site, another option would be to copy all database tables (wp_wpdatatable_#) along with tables wp_wpdatatables, wp_wpdatacharts and wp_wpdatatables_columns. Then, in wp ... Andreas wpDataTable/master-detail tables not working with google sheetsClosed   Master-Detail Tables for wpDataTables   Updated June 26, 2020 at 2:01pm   3 Most recent comment from Aleksandar Vuković:Hello AndreasI'm glad to hear the issue has been resolved.If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help. VCAD Modal pop upClosed   Master-Detail Tables for wpDataTables   Updated June 25, 2020 at 6:16am   5 Most recent comment from Aleksandar Vuković:Hey BernardI'm glad to hear that you were able to get the desired result.Our lead developer said that we will add this in the future version of the plugin (I hope in the next update). Dori Frost Details button not working on 1st pressClosed   Master-Detail Tables for wpDataTables   Updated June 24, 2020 at 11:10am   5 Most recent comment from Aleksandar Vuković:You're welcome DoriIf you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help. Adrian Ghio How draw a Multiline?Closed   Master-Detail Tables for wpDataTables   Updated June 19, 2020 at 7:41am   6 Most recent comment from Aleksandar Vuković:Hi again AdrianThe plugin can't perform pivot, so you'll either need to do it manually, or create a PIVOT table in the database. When you do that, you will need to create a MySQL view (a ... Yohan Castaing Master DetailClosed   Master-Detail Tables for wpDataTables   Updated June 18, 2020 at 1:11pm   2 Most recent comment from Aleksandar Vuković:Hello YohanMy advice applies here, just like in the other ticket.Please let me know if you were able to resolve the issue(s). Indy Puaar Master Detail Page ButtonClosed   Master-Detail Tables for wpDataTables   Updated June 18, 2020 at 7:42am   6 Most recent comment from Aleksandar Vuković:Sure it will, IndyYou can even test this on our sandbox site.If you go to "Game" table, for example, and change one of the columns that show up in Master-detail to be URL link with a button, and th ... Adam Gough Variables in wpDataChartsClosed   Master-Detail Tables for wpDataTables   Updated June 12, 2020 at 9:05am   4 Most recent comment from Aleksandar Vuković:Hello AdamSure, you can insert multiple tables and charts on the same page.