Description
1. Create 3 users - ritam123, arun1 and arun2
2. Sort by username ascending - expected order is arun1, arun2, ritam123 - current order is arun2, arun1, ritam123
3. Sort by username descending - expected order is ritam123, arun2, arun1 - current order is ritam123, arun1, arun2
not working for other columns too