Support dimension properties (was: Update pixel size)
vaastav opened this issue · comments
Hi, is there a way to update pixel size for the cells?
I can't seem to find a way to do it with your library.
Great work otherwise! Cheers :)
I think that TextFormat has a pixelSize
attribute that does what you want. Let me know if that works for you...
It has fontSize. I want something that changes the size of the cell (increase the width essentially)
Then I think you want an updateDimensionProperties request to change the row height. Yes, this operation is currently beyond the scope of my package. Good luck, and if you find a way to offer a pull request to add this feature to the package, I’d be happy to review it!
…Sent from my iPhone
On Aug 7, 2019, at 1:34 PM, Vaastav Anand ***@***.***> wrote:
It has fontSize. I want something that changes the size of the cell (increase the width essentially)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
@vaastav I've added set_row_height
and set_column_width
support to the package, and released v0.2.0 to include this feature. Let me know if you use it!