Manuel Vacelet (vaceletm)2015-01-23 16:36Status changed from Under review to ClosedClose date set to 2015-01-23
BEN MANSOUR Med Rafik (benm)2015-01-07 09:41Summary -Enhance the user search for the admin by sorting the data per column +Sort content of the userlist table after a header click Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes Assigned to changed from None to BEN MANSOUR Med Rafik (benm)
Manuel Vacelet (vaceletm)2014-12-22 13:14 Ah OK, I didn't understand it was about site admin (you should edit the description to make clear). The SQL way is the only one. Otherwise you'll end-up managing huge lists client side and it will be slow like hell.
BEN MANSOUR Med Rafik (benm)2014-12-22 11:57 I'am working on 7.8 version and in the siteadmin user search page the results are displayed in a table, i'am trying to ease the search for the admin by adding sort function on the headers. Well there are two ways to make it, the first is by editing the SQL request of the search and sort the content everytime the admin click on a header (server side), and the second is by sorting the content of the table's viewport (client side). which way is better?
Manuel Vacelet (vaceletm)2014-12-22 09:33 The feature sounds interesting but could you detail how you'd like to display it ? As of today, there is no longer table for search result (you can try it out here) so it's not possible to click on header.