ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Is it possible to make the grouping in tree view structure
« previous
next »
Print
Pages: [
1
]
Author
Topic: Is it possible to make the grouping in tree view structure (Read 4118 times)
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Is it possible to make the grouping in tree view structure
«
on:
July 10, 2017, 04:01:16 pm »
Hi Team,
I would like to make the grouping similar to attached screen shot is that possible to achieve in paramquery?
Logged
paramvir
Administrator
Hero Member
Posts: 6298
Re: Is it possible to make the grouping in tree view structure
«
Reply #1 on:
July 10, 2017, 04:16:29 pm »
Yes, row grouping is supported upto any number of levels in Paramquery.
Example:
https://paramquery.com/pro/demos/group_rows
Either drag the column titles to group header or pre-define grouped columns as dataIndx property in groupModel.
Logged
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Re: Is it possible to make the grouping in tree view structure
«
Reply #2 on:
July 10, 2017, 04:24:27 pm »
Hi,
Yes I am aware that we can apply grouping on multiple columns but my question is can we make the grouping structure like tree view withing one column refer my excel report screen shot again.
Best Regards,
Pankaj Srivastava
Logged
paramvir
Administrator
Hero Member
Posts: 6298
Re: Is it possible to make the grouping in tree view structure
«
Reply #3 on:
July 10, 2017, 04:51:12 pm »
grouping titles can be made to appear in single column by
1. hiding the grouped columns ( add hidden: true to grouped columns )
https://paramquery.com/pro/api#option-column-hidden
and
2. add summaryInTitleRow: '' to groupModel.
https://paramquery.com/pro/api#option-GM-summaryInTitleRow
Logged
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Re: Is it possible to make the grouping in tree view structure
«
Reply #4 on:
July 10, 2017, 05:51:45 pm »
This is not seems to be the right approach we can not hide the columns. after hiding our columns data are not appearing. Is there any other method to merge three column header in one column header ?
Logged
paramvir
Administrator
Hero Member
Posts: 6298
Re: Is it possible to make the grouping in tree view structure
«
Reply #5 on:
July 10, 2017, 06:48:43 pm »
groupby columns have repetitive data anyway, so if a value is displayed x number of times it's displayed only once in the group title when groupby column is hidden.
Please check this example:
https://paramquery.com/pro/demos/group_rows_hidden
Logged
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Re: Is it possible to make the grouping in tree view structure
«
Reply #6 on:
July 10, 2017, 09:41:39 pm »
Hi Thanks for your support much appreciated !!
How can I enable the filter option if columns are hidden ??
Filter options are also hidden after hiding the columns can we display the filter option if columns are hidden?
Logged
paramvir
Administrator
Hero Member
Posts: 6298
Re: Is it possible to make the grouping in tree view structure
«
Reply #7 on:
July 10, 2017, 11:31:45 pm »
Filter options for hidden columns can be displayed in toolbar.
Logged
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Re: Is it possible to make the grouping in tree view structure
«
Reply #8 on:
July 12, 2017, 02:43:54 am »
Hi toolbar filter are completely different(conditional) than columns filter.. I want to integrate the same as columns dropdown filter after hiding the columns, filters are disappeared how can I get it back??
if my columns are hidden can we position hidden column filter dropdown in different columns or somewhere else in header ?
Logged
EPM Solutions
Pro Ultimate
Full Member
Posts: 182
Re: Is it possible to make the grouping in tree view structure
«
Reply #9 on:
July 12, 2017, 04:30:01 pm »
Hi Thanks for your help much appreciated !!
I have achieved the filter functionality from toolbar.
Best Regards,
Pankaj Srivastava
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Is it possible to make the grouping in tree view structure