Stretch property doesn't work sometimes? #622
MattTheCuber
started this conversation in
General
Replies: 2 comments
-
Oh, is this a Pro feature? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @MattTheCuber! Thanks for bringing this up! It looks like you’re encountering some differences between the features available in our Pro version and the open-source version.
To help illustrate how stretching works in the core version, I created an example you can check out: Stretch Example in Free Version. If you have any further questions or need additional assistance, feel free to reach out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the issue
Using the
stretch="true"
property doesn't seem to have any affect in most cases. I am running Vue 3.5.8 and datagrid 4.10.12 and it is doing nothing on my machine.When I go to any examples on code sandbox (Vue, TS, etc.) and add the property, it does not work. However, if I fork the sandbox and add the property it does work. No idea why this would be the case.
To Reproduce
stretch="true"
to thev-grid
Working using fork:
https://codesandbox.io/p/sandbox/rg-start-vue-3-options-ap-forked-6ywglt?workspaceId=5d410896-4a34-41e8-a3c2-c11144e83e18
Beta Was this translation helpful? Give feedback.
All reactions