Interface Yiisoft\Yii\DataView\GridView\Column\ColumnInterface
Interface defining the contract for grid columns.
This interface is the foundation for all grid columns in the data view system. It defines the minimal requirements that any column must implement to be properly rendered within a grid.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getRenderer() | Gets the fully qualified class name of the column's renderer. | Yiisoft\ |
| isVisible() | Determines if the column should be rendered in the grid. | Yiisoft\ |
Method Details
Gets the fully qualified class name of the column's renderer.
See also Yiisoft\
| public abstract string getRenderer ( ) | ||
| return | string |
The fully qualified class name of the renderer. |
|---|---|---|
public function getRenderer(): string;
User Contributed Notes
Leave a comment
Join the conversation to share a note.