DataGrid code in Chinese display _ Small sesame

Source: Internet
Author: User

The code in the database below Isreply is: 000 (not Reply), 001 (replied)

As there are only two situations, the wording is as follows:

 $ ("#reply"). DataGrid ({              rows:10,               pagelist:[5,10,15,20],              Page:1,              toolbar: "#toolbar"               URL: ' interact/queryreplylist.do?search_title= ' +search_title+ ' &search_name= ' +search_name,//trigger this action, With parameters Searcvalue               loadmsg: ' Data loading ... ',               fitcolumns:true,//allows tables to be scaled automatically to fit the parent container               columns: [[                           {field: "Isreply", titLe: "has replied", Width:100,align: "Center",                              formatter:function (value,row) {                             if (value ==001) {                       &
nbsp;        return ' has replied ';                              }else{                                return ' <span style= ' color:red;
> No reply </span> ';                              }},                         {field: "Name", Title: "Consultant", Width:150,align: "Center"},         
                ]],               Pagination:true,                rownumbers:true          
  })  


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.