[Easyui]datagrid mouse move to display cell contents

Source: Internet
Author: User

What to do if the cell contents are too long to be fully displayed.

It would be nice if the mouse moved to the cell to automatically display all the text content.

Here are two ideas to add a title property to the corresponding node, the value is the content of the node to add events, moved to the cell with a ToolTip display content method one

Add Title property, value is text content

Find the corresponding node first

Can be based on one of these classes to locate Datagrid-cell

Suppose the ID of this DataGrid is DG

So write it.

The. Parent () is used here because the cell is not inside the #dg

$ (' #dg '). The parent (). Find ('. Datagrid-cell '). each (function () {$ (this).
    attr (' title ', $ (this). html ());
});

If you just want a column with a hint, that's okay.

$ (' #dg '). The parent (). Find (' td[field=itemid]. Datagrid-cell '). each (function () {
    $ (the). attr (' title ', $ (this). HTML ());
});
Method Two

Don't write it first.

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.