Bootstrap->table( [ 'small' => true, 'striped' => false, 'hover' => false, 'tableClass' => ['indexFilteringTable'], ], [ 'fields' => [ __('Field'), __('Operator'), [ 'labelHtml' => sprintf('%s %s', __('Value'), sprintf('', __('Supports strict match and LIKE match with the `%` character. Example: `%.com`')) ) ], __('Action') ], 'items' => [] ]); echo $this->Bootstrap->modal([ 'title' => __('Filtering options for {0}', Inflector::singularize($this->request->getParam('controller'))), 'size' => 'lg', 'type' => 'confirm', 'bodyHtml' => $filteringForm, 'confirmText' => __('Filter'), 'confirmFunction' => 'filterIndex(this)' ]); ?>