-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Labels
Description
Hello,
I came through this nice plugin and started to use it.
I am building html pages of my media collection but I am running into performance issues. I build the output data and put in an 2 dimensional [200k x 40] Array within HTML file. Output table is build based on the literal data.
I find (almost) useless to build a HUGE table (8M cells) with all data then let tablesorter sort the whole thing and then start paging to show only a small part of it.
Sorting functionality is very clever but limited only to table elements.
Is there any way to use TableSorter functionality to prepare (sort) the array first? Performance will be boosted for sure.
Maybe I am doing something wrong? Something escaped my attention?
Thank you in advance.
Reactions are currently unavailable