in reply to Updated: Looking for something like DBD::HTML::Table

What I've done is use a mojolicious backend, rendering a template which includes the JavaScript datatables (the data source being JSON delivered by Mojolicious) this both renders and scales well, and has the benefit of users being able to search within the results, sort by column etc. Perhaps this is along the lines of what you had in mind?

  • Comment on Re: Looking for something like DBD::HTML::Table