Okay
  Public Ticket #1626804
Table Creation
Closed

Comments

  • Dylan started the conversation

    Table is stuck in loading and never fully loads.  Also I tried to hide the primary key column(wdt_ID) but it only hides the column name but the row data still remains.  So it throws off the rest of the table.  Can you please advise how to hide the wdt_ID column data and also why the table is stuck in loading.  Thanks

    Dylan

  •  1,689
    Miloš replied

    HI Dylan,
    Thank you for your purchase.

    Can you please send me the link of that page so I can take a look.

    Probably there is some bootstrap conflict.


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  • Dylan replied

    Hmm now it looks like its working.  So maybe was an temporary issue with the browser.  Seems to be working now. 

  •  1,689
    Miloš replied

    HI Dylan,

    Glad to hear that everything is working now.

    Let me know if there is still an issue.


    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  •  2
    Paul Desormeaux replied

    Team,

    I believe I have insight into this issue.

    'Loading...' appeared as values in some columns when the data source is set to Google Sheet when I changed the column header title in the sheet. This can really confuse the wpdataTables plugin. It would be good if wpDataTables issued a warning message when the title of a column being pulled has changed. Then the user could re-specify the desired column.

    It would also be useful to know if wpDataTables manages the Google Sheet table pull info (Code, Display) as a list of columns numbers, or column names, or both. Devil in the details here...

    The internal wpDataTables info for Google Sheet data sources becomes too easily inconsistent by changing various things. It could/would save lots of hassles and issues if wpdataTables degraded more gracefully when things change. And things do always change, so would be good to manage it.

    I want to say that I think wpDataTables is an excellent product, just needs a bit of fine tuning in the tricky corners.

    Thank you for your continued great support and great product.

    Paul

  •  2
    Paul Desormeaux replied

    Hi.

    Actually, I believe Loading... was appearing because there was a formula in the sheet column I was retrieving data from. This probably work okay most of the time (i.e. wpdataTables gets the resulting value calculated from the formula). However, in this case, there is a special/magic Google formula in the column  GoogleTranslate() which works differently than other formulas. This is surely the issue.

    Most of my comments below would still apply.

    Thank you again.