Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable subtotals under a specified level #33

Closed
nagarajanchinnasamy opened this issue Mar 30, 2017 · 15 comments
Closed

Disable subtotals under a specified level #33

nagarajanchinnasamy opened this issue Mar 30, 2017 · 15 comments

Comments

@nagarajanchinnasamy
Copy link
Owner

As discussed in #30 . See the image.
1bb9c940-146a-11e7-972e-cf97d78242ed

@Kishan1824
Copy link

Hello,

Is there any updates in this issue.
I am looking for this sub-total solution for my big project in Essar Steel, Surat.
Please provide support for this.

Thanks.

@Kishan1824
Copy link

Hello Sir,

Please give any update in this issue.

Waiting for positive reply.

Thanks.

@zwirnerj
Copy link

zwirnerj commented Apr 11, 2017

Hi KishanManali1824,
just to put in my two cents because I read your comments at morning in the subway... this famous piece of software is probably developed in sparetime and we get it for free. So in my opinion it is no good style to claim for support or ernhanced features. But for sure it is ok to make suggestions.
There is always the oportunity for you to enhance the code to your needs and to share that if think it is a useful enhancement.
Kind regrads
Jörg

@Kishan1824
Copy link

Hello Sir

Sorry for that.I am not claiming for any support or enhancement.
I just need help or suggesting in this issue.

Thanks

@nagarajanchinnasamy
Copy link
Owner Author

Sorry...couldn't spend time on this yet. Will try to implement over this weekend if possible.

Thanks for your interest, feedback n support :)

@Kishan1824
Copy link

Kishan1824 commented Apr 14, 2017 via email

@nagarajanchinnasamy
Copy link
Owner Author

I plan to add a renderer option hideAfter under rowSubtotalDisplay and colSubtotalDisplay as shown in the following example:

rowSubtotalDisplay: {
    hideAfter: 0
}

hideAfter takes the position of an attribute in the attribute-hierarchy. This will hide the subtotal rows/cols from row header 1 onwards. I have one question and a thought regarding this.

  • Should this also hide the header titles (Category and Dispatchability in the example image above)?
  • In case of pivotUI, when users drag and drop row and column attributes, they will not have an option to change this configuration (hideAfter value) based on the attribute hierarchy. So, this may not be a good option to be used in pivotUI.

Your comments are welcome. Thanks.

@Kishan1824
Copy link

Hello

Thanks for replying back.In my case i am not using pivotUI function.
I directly bind pivot using pivot function of your pivot.js without drag & drop.
For me its required to show the header titles after hiding sub-total of rows.

So, this is my suggestion & implement as your way.

Thanks & waiting for positive reply.

@nagarajanchinnasamy
Copy link
Owner Author

@KishanManali1824 Am still not clear about this requirement.

If you don't want to show Category and Dispatchability, why don't you just exclude them from rows attributes list?

@nagarajanchinnasamy
Copy link
Owner Author

Sorry... I got it. :) You just want to hide the subtotals for them.

@Kishan1824
Copy link

Kishan1824 commented May 14, 2017 via email

@Kishan1824
Copy link

Kishan1824 commented May 26, 2017

Hi

Sorry to ping you but i want to know is there any updates in your current implementation?

Looking for support from your side.

Waiting for positive reply.

Thanks.
Kishan Kadam.

@nagarajanchinnasamy nagarajanchinnasamy changed the title Hide subtotals under a specified level Disable subtotals under a specified level May 27, 2017
@nagarajanchinnasamy
Copy link
Owner Author

@KishanManali1824 and friends as you can see I have committed the implementation for this feature in disable-after branch.

An example is provided here...

Please check and let me know if everything is fine.

@Kishan1824
Copy link

Kishan1824 commented Jun 1, 2017 via email

nagarajanchinnasamy added a commit that referenced this issue Aug 9, 2017
* [#33] Disable subtotals under a specified level

* [#33] Disable subtotals under a specified level
@nagarajanchinnasamy
Copy link
Owner Author

Implemented in Version 1.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants