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

I want to change the height of Row #81

Open
HidekiSugimoto189 opened this issue Sep 2, 2018 · 4 comments
Open

I want to change the height of Row #81

HidekiSugimoto189 opened this issue Sep 2, 2018 · 4 comments

Comments

@HidekiSugimoto189
Copy link

Hi..

Change the font by specifying Theme and Style,
but how can I change the height of row?

Thanks.

@boumboum
Copy link

boumboum commented Sep 3, 2018

Is not ListGrid.defaultRowHeight is for this?

@HidekiSugimoto189
Copy link
Author

Hi. @boumboum

By specifying defaultRowHeight for the grid, we were able to change the height of the row. How nice.
But I would like to specify the height of the line of the theme and adjust the height of all the grids.

Thanks.

@boumboum
Copy link

boumboum commented Sep 3, 2018

I don't understand what do you mean by specifying the height of the line, once you have already adjusted the height of each rows by setting the defaultRowHeight . Do you want to change the thickness of the grid line?
On the other hand, if I've seen well in the code, there is a grid.setRowHeight(row, height) function, where you can specify the height on an individual row. But I might be wrong.

@ota-meshi
Copy link
Member

@HidekiSugimoto189 Thank you for this issue.
@boumboum Thank you for suggesting a solution.

I think that the issue is that you want to set defaultRowHeight globally.

The current cheetah-grid can set a theme by the global, but the setting of the defaultRowHeight is not included there.

We will consider as future addition of feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants