Dragcheck Admin Rows

plugin banner

A simple plugin to add few enhancements when checking a row on default Admin Tables, such as Users, Plugins or Posts lists.

Author:X-Raym (profile at wordpress.org)
WordPress version required:1.0.0
WordPress version tested:4.3.33
Plugin version:1.0.0
Added to WordPress repository:29-10-2015
Last updated:29-10-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.extremraym.com/
Total downloads:945
Active installs:10+
plugin download
Click to start download
  • Add the possibility to click and drag on checkboxes to make bulk selections.
  • Add a custom class to checked row, so that customization of their look is possible.

Here are two demo styles that you can place in your custom admin CSS stylesheet (created with another plugin of your choice):

.row-checked {
    background-color: #BCFFBC!important;
}
.row-checked .check-column {
    background-color: #01D200!important;
}

It uses dragcheck jquery plugin by aleximplode
dragcheck on GitHub

This is a simple plugin: no settings page needed.

You can contribute to its developpement on github:
Dragcheck Admin Rows on GitHub


Screenshots
FAQ
ChangeLog