What is this called?

14 views
Skip to first unread message

Craig Willowood

unread,
Jul 1, 2019, 6:50:57 PM7/1/19
to TACFUG
The user perceives that he/she has immediate access to all records (perhaps millions of records) in his/her browser. But in reality, only the first few records are in the browser. When the user types into the Search box, an Ajax call queries the database using the user's input and refreshes the screen. Datatables calls this "Server Side Processing". I'm wondering if the is a more generic name for it. Thank you.

Jim Priest

unread,
Jul 1, 2019, 7:56:33 PM7/1/19
to tac...@googlegroups.com
I'd lean more toward 'ajax request' if you are searching for solutions. 

https://stackoverflow.com/questions/2130239/what-exactly-is-ajax-request-is-it-different-from-servlet-request

Jim

Jaana Gilbert

unread,
Jul 1, 2019, 10:32:15 PM7/1/19
to tac...@googlegroups.com
Lazy loading?

Sent from my iPhone

> On Jul 1, 2019, at 6:47 PM, Craig Willowood <willow...@gmail.com> wrote:
>
> The user perceives that he/she has immediate access to all records (perhaps millions of records) in his/her browser. But in reality, only the first few records are in the browser. When the user types into the Search box, an Ajax call queries the database using the user's input and refreshes the screen. Datatables calls this "Server Side Processing". I'm wondering if the is a more generic name for it. Thank you.
>
> --
> Upcoming events: http://www.meetup.com/Triangle-Area-ColdFusion-Users-Group/
> Follow us on Twitter: @tacfug
> ---
> You received this message because you are subscribed to the Google Groups "TACFUG" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to tacfug+un...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/tacfug/1e72794a-d814-4463-a0d0-506bb2c3d7a6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

charli...@carehart.org

unread,
Jul 1, 2019, 11:56:16 PM7/1/19
to tac...@googlegroups.com
"Autosuggest"?

CF literally has a feature for this, though it's based on javascript-based UI components that many eschew--saying "you ought to build it yourself, not leverage CF's training wheels" for a number of reasons. At least if you look into what CF offers and how it works, it may help you move to a more generic equivalent if that's what you're seeking.

/charlie

Craig Willowood

unread,
Jul 7, 2019, 9:06:48 AM7/7/19
to TACFUG
Thank you everyone for the input. I learned from this post by Yieng Ly:
https://yiengly.wordpress.com/tag/deferrender/
that Datatables has a deferRender setting. I tried it and works.
The example is in small "d" datatables, but it also works in big "D" Datatables.
Reply all
Reply to author
Forward
0 new messages