ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: halfpixel on July 11, 2019, 06:43:35 am

Title: Nested grid - Padding of children
Post by: halfpixel on July 11, 2019, 06:43:35 am
Hello
I have nested structure of rows with frozen first 3 cells
and I am trying to find solution how to remove left padding of every child grid object
and remove headers of all children

Please, look at attachment. I didn't find any solution except CSS fix, but that's crazy

Could anybody help me?

Thanks
Title: Re: Nested grid - Padding of children
Post by: paramvir on July 11, 2019, 10:04:20 am
your screenshot is missing.
Title: Re: Nested grid - Padding of children
Post by: halfpixel on July 11, 2019, 12:14:38 pm
screenshot
Title: Re: Nested grid - Padding of children
Post by: paramvir on July 15, 2019, 10:45:07 am
It's not clear from the screenshot about the padding of nested grids.

The header of a grid can be hidden/removed with showHeader option.

https://paramquery.com/pro/api#option-showHeader
Title: Re: Nested grid - Padding of children
Post by: halfpixel on July 15, 2019, 01:08:04 pm
thanks for hint how to hide headers, I will try it

about padding: if you freeze some columns, then child is rendered with left padding

I would like to have it all on left side, maybe with some depth value (for css)
because we have deep three (nested) structure and we need to save place

thanks for any help
Title: Re: Nested grid - Padding of children
Post by: halfpixel on July 25, 2019, 06:06:51 pm
Hello, do you have any idea how to do it?

show table without left margin of frozen columns

thanks
Title: Re: Nested grid - Padding of children
Post by: paramvir on July 25, 2019, 06:11:08 pm
Left padding is essential for the nested grid / view, without which it would display below the left frozen pane.