zhaojs
2023-07-13 17c1a0a1fc1efc8d722915ecf520f9a522412a60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "Multiple Selection Row",
  "version": "1.0.0",
  "description": "Plugin to enable the multiple selection row. You can use the ctrl+click to select one row or use ctrl+shift+click to select a range of rows.",
  "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row",
  "example": "",
 
  "plugins": [{
    "name": "bootstrap-table-multiple-selection-row",
    "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/multiple-selection-row"
  }],
 
  "author": {
    "name": "djhvscf",
    "image": "https://avatars1.githubusercontent.com/u/4496763"
  }
}