HI people, am in need of an algorithm to sort a table. i have an idea but i really dont know where to start.
my table looks like this
I want to sort the above table to show the duration column in minutes (after every 5 mins)Quote:
Duration(Hrs) Power(%)
00:00 10
00:20 15
00:30 20
It should look this after the sorting:
Your opinions are highly appreciatedQuote:
Duration(Hrs) Power(%)
00:00 10
00:05 10
00:10 10
00:15 10
00:20 15
00:25 15
00:30 20

