http://qs321.pair.com?node_id=11132081


in reply to Re^5: Perl Contempt in My Workplace
in thread Perl Contempt in My Workplace

DataTables doc makes clear that for a set that large you need to use server-side processing. This involves passing query params to a listening program on the server, for paging, filtering etc. It may be possible to write a plugin for a web framework providing the ajax routes, but there'd be so much config based on the individual application that it's difficult for me to see how to abstract enough to make it useful.


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^7: Perl Contempt in My Workplace
by vkon (Curate) on May 29, 2021 at 17:45 UTC
    I understand that.
    can you point me to perl solution to the problem? I need excel-like sorting and filtering - please show me and I will switch to it immediately