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

feat(react-grid): add tableRowTemplate to the TableView plugin #317

Merged

Conversation

SergeyAlexeev
Copy link
Contributor

No description provided.

@@ -89,6 +94,12 @@ export class TableView extends React.PureComponent {
>
{params => tableNoDataCellTemplate(params)}
</Template>
<Template name="tableViewRow">
{({ row, ...restParams }) => tableRowTemplate({
Copy link
Contributor

Choose a reason for hiding this comment

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

It should receive tableRow like tableViewCell does.

@SergeyAlexeev SergeyAlexeev merged commit 24d9446 into DevExpress:master Sep 7, 2017
@SergeyAlexeev SergeyAlexeev deleted the table-view-row-template branch September 7, 2017 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants