in reply to Server-side processing?

"Then how do i return results to html"

DataTables server side processing requires an ajax data source, so you'll want to return your data from your perl backend as JSON.

Replies are listed 'Best First'.
Re^2: Server-side processing?
by frank1 (Monk) on Feb 14, 2024 at 12:07 UTC

    i have read some articles and saw some examples, this is what i also need to return data from perl backend as JSON and print out in html

      Are you saying you now know what you need to do?

        i dont know, i was just reading some article, to be able to handle multi records in datatable. and i found out that i need to do server side processing . and i came up with my script to find any help from anyone

        and most articles talking about returning data from database query to json data and return it to html. which is i dont know