$filterInputOptions
$filterInputOptions : array
## Class TbJsonPickerColumn
The TbJsonPickerColumn works with TbJsonGridView and allows you to create a column that will display a picker element The picker is a special plugin that renders a dropdown on click, which contents can be dynamically updated.
renderDataCellContent(int $row, mixed $data) : string|void
Renders a data cell content, wrapping the value with the link that will activate the picker
This method evaluates {@link value} or {@link name} and renders the result.
int | $row | |
mixed | $data |