24 lines
540 B
Plaintext
24 lines
540 B
Plaintext
# Table Resizable
|
|
|
|
Use Plugin: [bootstrap-table-resizable](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable) </br>
|
|
Dependence: [jquery-resizable-columns](https://github.com/dobtco/jquery-resizable-columns) v0.2.3
|
|
|
|
## Usage
|
|
|
|
```html
|
|
<script src="extensions/resizable/bootstrap-table-resizable.js"></script>
|
|
```
|
|
|
|
## Options
|
|
|
|
### resizable
|
|
|
|
* type: Boolean
|
|
* description: Set true to allow the resize in each column.
|
|
* default: `false`
|
|
|
|
## Known issues
|
|
|
|
### This plugin does not work when data-height is set.
|
|
|