Okay
  Public Ticket #1324775
Number of displayed records
Closed

Comments

  •  1
    Steven started the conversation

    Hi,

    i just bought and installed the plugin.

    However, when I choose Gravity Forms as a data source, the plugin only displays 20 records, even where there are many more entries. 

    I've set up a test page on http://programma.kwbeensgezind.be/test/ (password = test) with the entries shown bij Gravity View (top) and your plugin (bottom). As you can see, there are only 20 records shown. 

    What am I doing wrong?

    thanks in advance.

    steven

  • [deleted] replied

    Hi Steven,
    Thank you for the purchase.

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check PRIVATE so nobody can see it except us.

  •   Steven replied privately
  • [deleted] replied

    Hi Steven,

    Can you provide me FTP credentials so I can investigate this issue? You are talking about form with ID 12? It has 71 entries but only 20 are displayed?

  •   Steven replied privately
  • [deleted] replied

    Hi Steven,

    Thank you for reporting this issue. We will release version 1.0.1 with fix. 

    To fix this before update in file ../wp-content/plugins/wdt-gravity-integration/wdt-gravity-integration.php on line #312 find this line:

    $entries = \GFAPI::get_entries($formId, $searchCriteria, null, array(0, 5));

    and replace it with:

    $entries = \GFAPI::get_entries($formId, $searchCriteria, null, array('offset' => 0, 'page_size' => 10000));

  •   Steven replied privately
  • [deleted] replied

    Hi Steven,

    You are welcome For next major update we have plans to make entries editable directly from wpDataTable so stay tuned.

    We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!

    If you have any more questions or issues don't hesitate to ask.

  •   Steven replied privately
  •   Steven replied privately
  • [deleted] replied

    Hi Steven,

    I will take a look at this issue now.

  •   [deleted] replied privately
  •   Steven replied privately
  • [deleted] replied

    Hi Steven,

    No problem Have a nice day.