You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
11 months ago
|
{
|
||
|
"name": "Reorder Rows",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Plugin to support the reordering rows feature.",
|
||
|
"url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows",
|
||
|
"example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/reorder-rows.html",
|
||
|
|
||
|
"plugins": [{
|
||
|
"name": "bootstrap-table-reorder-rows",
|
||
|
"url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows"
|
||
|
}],
|
||
|
|
||
|
"author": {
|
||
|
"name": "djhvscf",
|
||
|
"image": "https://avatars1.githubusercontent.com/u/4496763"
|
||
|
}
|
||
|
}
|