htmlDataTableColumn
    
            
            in package
            
        
    
    
    
        
            Column for data table.
Table of Contents
- $filterable : bool
 - $label : string
 - $name : string
 - __construct() : mixed
 
Properties
$filterable
    public
        bool
    $filterable
    
        
        
    
$label
    public
        string
    $label
    
        
        
    
$name
    public
        string
    $name
    
        
        
    
Methods
__construct()
    public
                    __construct(string $label, string $name[, bool $filterable = true ]) : mixed
    
        Parameters
- $label : string
 - 
                    
column label text
 - $name : string
 - 
                    
column ID
 - $filterable : bool = true
 - 
                    
can be filtered