forked from shuxuecode/bootstrap-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin to support the jquery treegrid
- Loading branch information
foreveryang321
committed
Jan 3, 2018
1 parent
10d41b5
commit bab032b
Showing
6 changed files
with
40 additions
and
172 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Table Treegrid | ||
|
||
Use Plugin: [bootstrap-table-treegrid](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid) | ||
|
||
## Usage | ||
|
||
```html | ||
<script src="extensions/treegrid/bootstrap-table-treegrid.js"></script> | ||
``` | ||
|
||
## Options | ||
|
||
### treeShowField | ||
|
||
* type: String | ||
* description: | ||
* default: `` | ||
|
||
### parentIdField | ||
|
||
* type: String | ||
* description: | ||
* default: `pid` |
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "treegrid", | ||
"version": "1.0.0", | ||
"description": "Plugin to support the jquery treegrid.", | ||
"url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid", | ||
"example": "https://github.com/wenzhixin/bootstrap-table-examples/blob/master/extensions/treegrid.html", | ||
|
||
"plugins": [{ | ||
"name": "bootstrap-table-treegrid", | ||
"url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/treegrid" | ||
}], | ||
|
||
"author": { | ||
"name": "foreveryang321", | ||
"image": "https://avatars0.githubusercontent.com/u/5868190" | ||
} | ||
} |