• Resolved rllopez66

    (@rllopez66)


    Is there a way to set WP Data Access to do Server-side processing? I have some really big tables that I would like to search using server-side processing and Ajax if possible.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi Robert,

    WP Data Access uses server-side processing by default. Two ways to disable it:
    (1) Turn of paging >>> from drop-down OR advanced = { “paging”:false }
    (2) Turn of server-side processing >>> advanced = { “serverSide”:false }
    If you don’t explicitly disable paging and/or server-side processing, it is enabled.

    Hope this helps! 😉

    Best regards,
    Peter

    Thread Starter rllopez66

    (@rllopez66)

    This is perfect Peter. Thank you for making such a great plugin and for being so responsive with your support.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Server-side processing with Ajax’ is closed to new replies.