Description
Add/Remove columns in order to sort arrays with different fields from UI (such as lastLogin, ...)
Problem
Non technical users have access to the UI of FusionAuth to get usage statistics of the users (number of access, frequency, ...). One of the KPI is the last login date. They want to detect what users didn't access the platform since a while.
Solution
I guess this could be possible by adding columns in the array view: https://<FusionAuth.url>/admin/user/ in order to sort the users with the different fields.
I'm thinking about a way to customize this array trough the templating feature, so the user directly have the information.
For the record, I posted this question here at first, to be sure that this feature didn't exist yet: https://fusionauth.io/community/forum/topic/2300/is-it-possible-to-add-columns-in-order-to-sort-with-lastlogin-from-ui
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.