COLUMN_SELECTION
COLUMN_SELECTION
Base list
__construct(\Zend_View $view, \Zend_Controller_Request_Abstract $request, array $options = array())
Create list
$options = [
'pageable' => boolean,
'defaultItemsPerPage' => int,
'defaultSortField' => string,
'defaultSortDirection' => string,
'dataUrl' => array|string,
'columns' => array,
'data' => array,
'tools' => array,
]
\Zend_View | $view | |
\Zend_Controller_Request_Abstract | $request | |
array | $options | Additional options available in $this->_options property |
setTools(array $tools)
Set list tools from associated array
[
[
'title' => string,
'description' => string,
'class' => string,
'controller' => string,
'action' => string,
'link' => string,
'execGroupOperation' => string|[
'url' => string,
'submitHandler' => 'function(url, ids) {}'
],
],
]
array | $tools |