Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Conversation

neolitec
Copy link
Contributor

@neolitec neolitec commented Jun 1, 2018

Copy link
Contributor

@AxelPeter AxelPeter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consoles to remove.
Apart that, it's ok for me

}

this.columns = builtColumns.columns.filter(column => !column.hidden);
console.log(this.columnsParameters);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a console here to remove

return column;
});

console.log(this.availableColumns);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too

const customColumn = find(this.columnsParameters, {
name: column.name
});
console.log(customColumn, column.name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And a last one here :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

Copy link
Contributor Author

@neolitec neolitec Jun 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, you can easily make build fail with that on CI if you want.

@neolitec neolitec force-pushed the feature/datagrid-customize branch from 4cfb2af to 6783b0d Compare June 4, 2018 13:37
@AxelPeter AxelPeter merged commit 751e7e7 into develop Jun 13, 2018
@AxelPeter AxelPeter deleted the feature/datagrid-customize branch June 13, 2018 08:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants