JQuery Easyui display a custom hint in the middle of a table when an error is loading the table _jquery

Source: Internet
Author: User
 
if (!data.success) { 
///Add a new row of data, the value of the first column is the message you want, and then merge the other columns into the first column, note that modifying the colspan parameter columns the total number of columns you configured 
$ (this). DataGrid ( 
        ' Appendrow ', 
        { 
          portid: ' <div style= ' text-align:center;color:red ' > ' +data.msg+ ' </ Div> ' 
        }). DataGrid (' MergeCells ', { 
      index:0, 
      field: ' Portid ', 
      colspan:7 
    }) 
//Hidden pager bar , this requires familiarity with the HTML structure of the DataGrid, manipulating DOM objects directly with jquery, Easyui the DataGrid does not provide a method to hide the navigation bar 
$ (this). Closest (' Div.datagrid-wrap '). Find ( 
    ' Div.datagrid-pager '). Hide (); 
 

PS: Solve the Easyui table load when the column header and column content can not be strictly aligned problem!

Unable to align Add settings in table load

  Onloadsuccess:function (data) {
          $ (' Span.datagrid-sort-icon '). Hide ();
   

The above is a small set to introduce the jquery Easyui loading table in the middle of the table to display a custom hint content, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

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.