#### template 风格的 API
使用 template 风格的 API
> 这个只是一个描述 `columns` 的语法糖,所以你不能用其他组件去包裹 `Column` 和 `ColumnGroup`。
#### template style API
Using template style API
> Since this is just a syntax sugar for the prop `columns`, so that you can't compose `Column` and `ColumnGroup` with other Components.
```html
  
    
      Name
      
        First Name
      
      
    
    
    
    
      
        
          Action 一 {{record.firstName}}
          
          Delete
          
          
            More actions 
          
        
      
    
  
```