Opened 17 years ago

Last modified 10 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 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

comment:2 Changed 10 years ago by Brett Zamir

Cc: brettz9@… added

May I piggy-back on this to ask to allow sorting to optionally cause a change in the HTML source?

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy