Opened 17 years ago
Last modified 11 years ago
#1138 confirmed New Feature
Create Table Sorting buttons - Ascending & Descending
Reported by: | Aung Khant | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | brettz9@… |
Description
Dear Fred and developers,
The algorithm is simple.
BEGIN PROCEDURE Enumerate all (currently-focused) row td data except thead/th data. Get them with Regex Add them to array Sort using array.sort function - We get it in an Ascending order! Sort using array.reverse function - We get it in an Descending order! END PROCEDURE
Thank you so much for your time, consideration and hardwork.
Change History (2)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 11 years ago by
Cc: | brettz9@… added |
---|
May I piggy-back on this to ask to allow sorting to optionally cause a change in the HTML source?