Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bootstrapTable extension of treeView

License

NotificationsYou must be signed in to change notification settings

lslvxy/bootstrapTable-treeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeView forbootstrapTable

demo

DEMO

http://imsense.site/bootstrapTable-treeView/

NOTICE

数据中必须包含parentId属性,根节点parentId=null,子节点中根据配置的parentId==options[treeId].

例如配置项中treeId='id',那么子节点的parentId属性值为父节点的id

Data must containparentId properties,

rootNodeparentId=null

childNodeparentId=options[treeId]

if optionstreeId='id'

childNode'sparentId property value isparnetNode'sid value

USE

<script src="./src/bootstraptable-treeview.js"></script>  $('#tree_table').bootstrapTable({    class: 'table table-hover table-bordered',    data: data,    pagination: false,//分页请设置为false    treeView: true,//是否开启树视图    treeId: "id",//id字段    treeField: "name",//展示树的字段    columns: [{        field: 'name',        title: '名称',    },    {        field: 'desc',        title: '详情',    },    ]});

About

bootstrapTable extension of treeView

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2026 Movatter.jp