Skip to content

Commit

Permalink
Plugin to support the jquery treegrid
Browse files Browse the repository at this point in the history
  • Loading branch information
foreveryang321 committed Jan 3, 2018
1 parent 10d41b5 commit bab032b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 172 deletions.
68 changes: 0 additions & 68 deletions dist/extensions/treegrid/data.json

This file was deleted.

104 changes: 0 additions & 104 deletions dist/extensions/treegrid/index.html

This file was deleted.

23 changes: 23 additions & 0 deletions src/extensions/treegrid/README.md
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
17 changes: 17 additions & 0 deletions src/extensions/treegrid/extension.json
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"
}
}

0 comments on commit bab032b

Please sign in to comment.