Hi,
I need to draw editable grid of 5 rows, each row can contain multi line cells with variable height.
My page is like that (see the attachement)
<editable grid> [covers exactly 5 rows, each row with variable height]
<other contents>
https://yadi.sk/i/SCNGZOFxrnFSf
my scroll viewport should be 5 rows height
I need <other contents> to start exactly after 5th row, which should be fully shown
I need to calculate table height after render
Is there grid 'after render' event? What are workarounds for my case?
I need to draw editable grid of 5 rows, each row can contain multi line cells with variable height.
My page is like that (see the attachement)
<editable grid> [covers exactly 5 rows, each row with variable height]
<other contents>
https://yadi.sk/i/SCNGZOFxrnFSf
my scroll viewport should be 5 rows height
I need <other contents> to start exactly after 5th row, which should be fully shown
I need to calculate table height after render
Is there grid 'after render' event? What are workarounds for my case?