filterHtmlOptions issue

Issue #17 resolved
Symphony created an issue

BsDataColumn crashes when called from widget default buttons and if filterHtmlOptions are not present (method bellow)

public function renderFilterCell()
    {
            echo CHtml::openTag('td', $this->filterHtmlOptions);
            echo '<div class="filter-container">';
            $this->renderFilterCellContent();
            echo '</div>';
            echo CHtml::closeTag('td');
    }

Comments (2)

  1. Log in to comment