
內容簡介
增加了點擊和拖曳勾選方塊進行批量選擇的功能。
為已選定行添加自定義類,以便進行外觀自定義。
這裡有兩種演示樣式,您可以將它們放在自定義管理員 CSS 风格表中(使用您喜歡的其他外掛程序創建):
.row-checked {
background-color: #BCFFBC!important;
}
.row-checked .check-column {
background-color: #01D200!important;
}
它使用 aleximplode 的 dragcheck jquery 外掛程式。
在 GitHub 上查看 dragcheck
這是一個簡單的外掛程式:不需要設置頁面。
您可以在 GitHub 上為其開發作出貢獻:
Dragcheck Admin Rows on GitHub
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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
