--- layout: docs title: Table Treegrid description: Table Treegrid extension of Bootstrap Table. group: extensions toc: true --- Dependence: [jquery-treegrid](https://github.com/maxazan/jquery-treegrid) v0.3.0 ## Usage {% highlight html %} {% endhighlight %} ## Example [Treegrid](https://examples.bootstrap-table.com/#extensions/treegrid.html) ## Options ### idField - **type:** `String` - **Detail:** overwrite the default idField to `'id'` - **Default:** `'id'` ### treeShowField - **type:** `String` - **Detail:** - **Default:** `''` ### parentIdField - **type:** `String` - **Detail:** - **Default:** `'pid'` ### rootParentId - **type:** `String` - **Detail:** - **Default:** `null`