• i want to display all the record of the table, currently its not displaying all the records, how to make it and also i want the pagination option.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @aliasgarchaderwala,

    Can you bifurcate us where you need to have all records to be displayed and also the pagination.

    Whether it is in the Back office or in the front using the shortcodes provided.

    Kindly let us know the exact place where you need the data to be displayed.

    Regards,
    Vsourz

    Thread Starter aliasgarchaderwala

    (@aliasgarchaderwala)

    in front using the short codes provided.

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @aliasgarchaderwala,

    Thanks, for the confirmation. Yes, you can show the number of records as passed in the ‘max_entries’ attributes to be defined in the shortcode. By default the value is set to 20 records per page. So you can increase the no of results as per needed by defining in the shortcode parameters.

    Kindly check the below example for it.

    [acf7db form_id='1' max_entries='50']

    For all the records, we have not considered the case, we will provide the view all records in new updates.

    For now you can add the maximum numbers you may like too.

    Regards,

    Thread Starter aliasgarchaderwala

    (@aliasgarchaderwala)

    Ok thanks, when can we expect the next update so that i will have a pagination option also.

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hello @aliasgarchaderwala,

    Surely, we will update you once we have with the functionality updated.

    Regards,
    Vsourz

    Dear Vsourz,
    First of all, thank you for your wonderful plugin.
    It took me a long time to find this message thread. I was also trying to display all entries in a page using the shortcode, but the plugin was displaying only 20 entries.
    I would humbly suggest that the default behavior would be to display all entries, and use the max_entries option just when the user needs to limit this.
    Also please add this to plugin documentation (^_^)’
    Thank you and best regards,
    Cristián

    Plugin Author Vsourz Digital

    (@vsourz1td)

    Hi @cmurillo

    First of all thanks for your appreciation.

    We always love to hear suggestion of our plugins and look forward to your suggestion as well.
    As per your suggestion you would like to display all entries default and apply max_entries option when require to limit it. Now the major problem over here is, It can’t be feasible to display all entries default because normally the average websites coming a lot more enquiries and if we on to display all records default then it will break the front-end page query where display shortcode placed. Also, if any of website have huge data records and by mistake he didn’t applied max_entries option before place the shortcode then there might be chances to crash the database.

    Regards,
    Vsourz

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘display all the records’ is closed to new replies.