inherit
256451
0
Sept 26, 2018 3:42:09 GMT -8
jackpage15
2
September 2018
jackpage15
|
Post by jackpage15 on Sept 25, 2018 6:15:41 GMT -8
Hi there, I'm having a bit of a nightmare trying to retool the member's list to perform a function it's not supposed to do. Essentially, I want the list to be sortable by a non-standard column which will contain numerical data (so that users can see how they rank against other users). I know this isn't really possible by default, but I can get the table to sort via any column header by adding a bit of javascript to the global header. The annoying part is that this method will only sort the results that are displayed on the 1st page of results, whereas I need it to sort the data from all members. So, I was hoping there might be some way to force the table to show more than 50 members before splitting off into a different page. Any other suggestions for a workaround to achieve my goal would be greatly appreciated.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 25, 2018 7:57:59 GMT -8
There is no way to achieve customized sorting short of it being built in as a feature. Sorry.
The way the sorting works is it calls upon a subroutine hard-coded into the software. Unless a subroutine were coded in by our developers to sort that specific column of data there's no way to make the sorting work beyond the page you're viewing.
It's not possible to make the list load users beyond the page limit.
|
|
inherit
256451
0
Sept 26, 2018 3:42:09 GMT -8
jackpage15
2
September 2018
jackpage15
|
Post by jackpage15 on Sept 26, 2018 0:21:52 GMT -8
Thanks for that, I sort of had that impression but wanted to know for sure
|
|