The jquery colresizable plugin can drag the width of a table.

Source: Internet
Author: User

How to Use: Official Website: http://quocity.com/colresizable

Usage
To use this plugin a script reference must be added to the colresizable. min. JS file in the head section of the document once jquery is loaded. to enhance a table (or collection of tables) point it with a jquery wrapper and apply the colresizable () method.
Resizing grips will be located in the table according to its first row layout. for this reason, it is not recommended using colspan values in those cells. if colspan In the first row is required, just add an extra row before your table heading with no height
So it won't be visible.
In order to prevent strange behaviors while resizing a column, you are highly encouraged to define the width of the table, either by using its width attribute, an inline style, or a CSS rule.

$(function(){  $("table").colResizable();});

That's easy!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.