We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #946611
Google Spreadsheets
Closed

Comments

  •  2
    Collin started the conversation

    I am trying to use the Google Spreadsheets integration with this plugin.

    My spreadsheet: https://docs.google.com/spreadsheets/d/1Xb1y9OZ71zjkq5MiBmyCHsvFYdUfVRx6PAnlS93lqd4/pubhtml

    My Current Site: https://beta.filterlists.com/regional/

    As you will notice, I have a lot of empty rows showing up in wpDataTables that are not in my Google Sheet.

    Also, a few rows in my Google Sheet are not being displayed via the plugin (rows 6,8,9,10).

    Lastly, this table is not responsive (collapsing to accordion-style expansion on narrow screens) like tables that are created manually in the plugin such as this one (https://beta.filterlists.com/). I verified that the checkbox for making it "Responsive" is checked.

    I do see the below error message in my PHP error log which might be helpful:

    [ www: PHP Warning: array_combine(): Both parameters should have an equal number of elements in /var/www/filterlists2/wp-content/plugins/wpdatatables/source/class.wdttools.php on line 100]

    Can you help me debug these issues?

    Thanks!

  •  2
    Collin replied

    UPDATE: I just discovered this thread and doing this find and replace solved my first two issues. The third issue regarding the responsiveness of the Google Sheet table is still present, though. Please let me know if you have any ideas on that. Thanks!

  • [deleted] replied

    Hi Collinbarrett,

    Congratulation on finding solution by yourself. If you need to have line breaks you can use standard HTML <br> tags for this.

    You have setup column width which prevents table from shrink any further. If you remove that it will be full responsive  


  •  2
    Collin replied

    Thanks, I figured it out. This ticket can be closed. Thanks.