Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
dykstrad committed Mar 18, 2015
2 parents 703343f + 8cc84b8 commit 00d6c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colResize 0.0.5
colResize 0.0.6
=========

A DataTables plugin for dynamic resizing of columns
Expand All @@ -23,6 +23,8 @@ ColResize is initialised using the `Z` option that it adds to DataTables' `dom`
ColResize supports both fixed width tables and variable width tables.
Fixed width table splits the column width difference between itself and its neighbour column.
Variable width tables increase/decreases the width of the table the same amount as the column being resized.
In order for a variable width tables to work, the table needs to be wrapped in a container that allows the table to resize.
One way is to wrap it in a div that has a style of overflow-x: auto.
By default it is fixed width, for variable set tableWidthFixed to false:

$(document).ready( function () {
Expand Down

0 comments on commit 00d6c56

Please sign in to comment.