• First of all, thanks for this great plugin.
    I think however that making ID columns sortable could be useful so I’ve added this filter

    manage_{$screen->id}_sortable_column

    to every type of content, to make this possible. For example, for users table:

    add_filter( 'manage_users_sortable_columns', array('WPSiteShowIDs', 'add_column'), 10, 3 );

    and it seems to work great.
    I hope you might consider adding this to a future release of your plugin.

    https://www.ads-software.com/plugins/wpsite-show-ids/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘make id column sortable’ is closed to new replies.