Sorting Attribute Columns in Dashboard
Permalink
Can anyone tell me how to sort the user attribute columns on the Dashboard/Search page? I know I can move newly created attributes around on the User Attribute page, but it does not follow the exact order that I created. Anyone? Thanks.
After showing the needed attributes, just click on the title to sort ascending or descending.
What I mean is how do I rearrange the attribute columns. As an example, how do I move the Date of Birth column to column 2, and move user names to column 3.
I have looked at the code and it only has username, email and password individually separated out.
everythingelse is a
UserAttributeKey::getColumnHeaderList();
call and foreach loops that cycle through user attributes one by one.
I have looked at the code and it only has username, email and password individually separated out.
everythingelse is a
UserAttributeKey::getColumnHeaderList();
call and foreach loops that cycle through user attributes one by one.