From c030e8ebbba67994a27b32f5204e9210bfbc1e10 Mon Sep 17 00:00:00 2001 From: Mottie Date: Sun, 31 Mar 2013 12:11:55 -0500 Subject: [PATCH] updated resizable widget demo --- docs/example-widget-resizable.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.