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

Fixed line break issue in TableChart #20

Merged
merged 4 commits into from
Aug 10, 2023

Conversation

m-o-n-i-s-h
Copy link
Collaborator

@m-o-n-i-s-h m-o-n-i-s-h commented Aug 7, 2023

Fixed line break issue in TableChart

@m-o-n-i-s-h m-o-n-i-s-h changed the title Fixed line break issue Fixed line break issue in TableChart Aug 7, 2023
src/chart/table/TableChart.tsx Outdated Show resolved Hide resolved
@@ -255,7 +247,8 @@ export const NeoTableChart = (props: ChartProps) => {
navigator.clipboard.writeText(e.value);
}
}}
pageSize={tablePageSize > 0 ? tablePageSize : 1}
autoPageSize
Copy link
Collaborator

Choose a reason for hiding this comment

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

So autopagesize works if desnity is set correctly?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes

src/chart/table/TableChart.tsx Show resolved Hide resolved
cypress/e2e/start_page.cy.js Show resolved Hide resolved
@brahmprakashMishra brahmprakashMishra merged commit fc80ace into develop Aug 10, 2023
1 check passed
@brahmprakashMishra brahmprakashMishra deleted the VULCAN-190/LineBreakIssue branch August 30, 2023 11:44
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.

2 participants