2017-07-06 8 views

答えて

0

あなたはheaderAttributes
例を使用する必要があります。

columns:[{ 
      headerAttributes: {     
       style: "text-align: center; background-color: red;" 
      }, 
      title: "Header", 
      columns: [{ 
       field: "FirstName", 
       title: "First Name", 
       width: "120px" 
       },{ 
       field: "LastName", 
       title: "Last Name", 
       width: "120px" 
       },{ 
       field: "Country", 
       width: "120px" 
       },{ 
       field: "City", 
       width: "120px" 
       },{ 
       field: "Title" 
      }] 
      }] 
+0

の助けをありがとうございました! –

関連する問題