Jump to content

Reverse Loot Bag Display

Suggestion

No replies to this topic

#1 BARegulator

    Member

  • PipPipPip
  • The Raider
  • The Raider
  • 62 posts
  • LocationUS

Posted 23 December 2020 - 04:31 PM

Hello,

I was just wondering if it might be possible to reverse the list of the loot bags. Possible it is as I did it through some quick js but I think it would be nicer if we didn't have to scroll through hundreds of items just to get the newest one. I simply gave the tbody an id and then ran:

var tbody = $('#lootbag-redeem');
tbody.html($('tr',tbody).get().reverse());


Posted Image

Thanks for the consideration.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users