I use WordPress Multisite and made a plugin that adds columns with some data.
Code example
My code is based on the function:
http://wpengineer.com/2188/view-blog-id-in-wordpress-multisite/
Key function
The key function in WordPress Multisite is manage_sites_custom_column.
The problem
I want to be able to sort the column I created.
What I tried
I tried http://scribu.net/wordpress/custom-sortable-columns.html but it is based on manage_posts_custom_column for single sites. I use Multisite.