Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 19, 2019
1 parent 4418458 commit 4eb9ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ export class DataTable extends Component {
}
}
else {
hasFooter = children.props && children.props.footer !== null;
return children.props && children.props.footer !== null;
}
}

Expand Down

3 comments on commit 4eb9ae4

@apiextreme
Copy link

Choose a reason for hiding this comment

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

please update props YearOffset in Component
view B.E. year
2019 as 2562
YearOffset default 0 ..... +543 view = 2562
thank you

@mertsincan
Copy link
Member Author

@mertsincan mertsincan commented on 4eb9ae4 Jul 22, 2019

Choose a reason for hiding this comment

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

I didn't understand your comment. What does that have to do with this commit?

@swd72
Copy link

@swd72 swd72 commented on 4eb9ae4 Jul 23, 2019

Choose a reason for hiding this comment

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

i need Buddhist era Year
on view date is Anno Domini

a sample https://www.picz.in.th/image/KbW3Ly
=> : https://www.picz.in.th/image/KbWTkD

Please sign in to comment.