🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
Dragcheck Admin Rows

Dragcheck Admin Rows

0/5 (0 ratings) 10 active installs Updated Oct 29, 2015
Dragcheck rows on Admin Tables

Dragcheck rows on Admin Tables

  • 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