i have a resizable react component
i put the pqgrid as a child of this grid
so it's like that
<Parent>
<Pqgrid/>
<parent/>
what i am asking for is i need to change the width and height of the paramqery grid to be 100% of the parent , so when i resize the parent , the grid take 100 width and height same like parent
ps: i cannot calculate the parent height and width for many reasons