Replies: 1 comment
-
Right now there isn't any API, but you can calculate yourself doing something like: const gridClientRect = (this.gridElementRef.nativeElement as HTMLElement).getBoundingClientRect();
const colWidth = clientRect.width / this.cols; |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there anyway/event where I can get the column size for each block present in the screen ,In a way i can enhance apply more feature into it,
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions