Mgallegos\LaravelJqgrid\Renders\RenderInterface::setNavigatorOptions PHP Method

setNavigatorOptions() public method

Set options in the navigator or in any of the following modules add,edit,del,view, search. Online documentation available at http://www.trirand.com/jqgridwiki/doku.php?id=wiki:navigator
public setNavigatorOptions ( string $module, array $options )
$module string Can be navigator, add, edit, del, view, search.
$options array Options that are applicable to this module The key correspond to the options in jqGrid
    public function setNavigatorOptions($module, array $options);