Need background processing for file listings resultant from scandir()

Need background processing for file listings resultant from scandir()

rgriffinrgriffin Posts: 8Questions: 0Answers: 0
edited June 2012 in Plug-ins
Hi all,
Maybe this isn't an option yet but I am wondering if there is a plugin or if you can make recommendations on getting started for background processing for directory scans. The background processing I'm referring to would be akin to http://datatables.net/release-datatables/examples/data_sources/server_side.html however, that code relies on a database.

Thanks!

Replies

  • rgriffinrgriffin Posts: 8Questions: 0Answers: 0
    edited June 2012
    Ok, I mostly got this working. I now have a list of files (by 10) that is being generated from an ajax call.

    One thing I have trouble with though...Clicking on the pagination buttons doesn't start the processing. I'm using full pagination. Have you seen this before? Know what it "might" be?
  • rgriffinrgriffin Posts: 8Questions: 0Answers: 0
    Got it. Thanks
This discussion has been closed.