function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rajesh reddy 3rajesh reddy 3 

I have a requirement sorting the table using the JQuery:

Hi All,

I have a requirement sorting the table using the JQuery:

Last Name    First Name     Article Number      Total Time in Queue 
  Asha             Anvesh                  1                    95 Days 5Hours
  Basha           Reddy                    2                    96 Days 4 Hours
  Chandu         Ranjan                   3                    97 Days 3 Hours
  Kiran             Zahid                     4                    98 Days 2 Hours

For Example:
Am taking the Total Time in Queue I have to sort this Way can anyone help me on this

1
11
12
13
14

2
21
22
23
24

 
RamuRamu (Salesforce Developers) 
See if this helps

https://developer.salesforce.com/forums/ForumsMain?id=906F000000092boIAA
rajesh reddy 3rajesh reddy 3
Hi Ram

I required combination of both string and text perform in one Column

Like   95 Days 5Hours ( 95 is String  and Days Is Text ) Can anyone help me out on this?