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

It is possible to show only horizontal grid lines and hide vertical grid lines and also make size of lines bigger? #156

Closed
AbhishekMuknak opened this issue Dec 22, 2021 · 3 comments · Fixed by #158
Labels
type: feature enhancements or new features

Comments

@AbhishekMuknak
Copy link

No description provided.

@hoangnm
Copy link
Owner

hoangnm commented Dec 26, 2021

We don't have that option atm. Could you explain more your use case?

@pdpino pdpino added enhacement-styles type: feature enhancements or new features labels Dec 28, 2021
@AbhishekMuknak
Copy link
Author

I want show only the horizontal lines and increase the size of lines

@pdpino
Copy link
Collaborator

pdpino commented Jan 18, 2022

To achieve what you need:

gridRowStyle={{ borderTopWidth: 2 }} // increase size of horizontal lines, by default is 1
gridColumnStyle={{ borderLeftWidth: 0 }} // hide vertical lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature enhancements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants