Skip to content

Commit

Permalink
Need colResizable 1.6 to use resizeMode
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierderuette authored Dec 21, 2017
1 parent 573033a commit dbc7545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/resizable/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Table Resizable

Use Plugin: [bootstrap-table-resizable](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/resizable) </br>
Dependence: [colResizable](https://github.com/alvaro-prieto/colResizable) v1.5
Dependence: [colResizable](https://github.com/alvaro-prieto/colResizable) v1.6

## Usage

Expand Down Expand Up @@ -63,4 +63,4 @@ Dependence: [colResizable](https://github.com/alvaro-prieto/colResizable) v1.5

* type: Function
* description: This event is fired while dragging a column anchor if liveDrag is enabled. It can be useful if the table is being used as a multiple range slider. The callback function can obtain a reference to the updated table through the currentTarget attribute of the event retrieved by parameters
* default: `empty function`
* default: `empty function`

0 comments on commit dbc7545

Please sign in to comment.