Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yii\console\widgets\Table improved: add some rows #7

Closed
bscheshirwork opened this issue Nov 2, 2018 · 0 comments
Closed

yii\console\widgets\Table improved: add some rows #7

bscheshirwork opened this issue Nov 2, 2018 · 0 comments
Labels
type:enhancement Enhancement

Comments

@bscheshirwork
Copy link
Contributor

What steps will reproduce the problem?

I must set all of rows in one piece

    public function setRows(array $rows)
    {
        $this->_rows = array_map('array_values', $rows);
        return $this;
    }

I wish to add row-by-row in my iterator's...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

3 participants