diff --git a/docs/example-widget-resizable.html b/docs/example-widget-resizable.html index 5d23434a..cda4a3c0 100644 --- a/docs/example-widget-resizable.html +++ b/docs/example-widget-resizable.html @@ -21,6 +21,10 @@ + + @@ -71,6 +72,7 @@
  • Setting the resizable widget option to false, will only prevent the saving of resized columns, it has nothing to do with preventing a column from being resized.
  • Because this widget uses jQuery's closest() (jQuery 1.3+) and index() (jQuery 1.4+) functions, it requires these newer versions of jQuery in order to work.
  • In order to save the resized widths, jQuery version 1.4.1+ should be used because jQuery's parseJson() function is needed.
  • +
  • Setting the resizable_addLastColumn widget option to true will add the resizable handle to the last column, see the "non-full" width table below New! v2.9.0.