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

Is it possible to hide the Totals rows/columns? #445

Closed
benharrell opened this issue Mar 9, 2016 · 8 comments
Closed

Is it possible to hide the Totals rows/columns? #445

benharrell opened this issue Mar 9, 2016 · 8 comments

Comments

@benharrell
Copy link

Just want to programmatically hide these as I don't need them.

@nicolaskruchten
Copy link
Owner

You can only do this in CSS.

@benharrell
Copy link
Author

no prob, should be easy enough!

@hectorcaban
Copy link

what class/css did you use ?

@XavierFlo
Copy link

XavierFlo commented May 18, 2016

Try :

$("#Output").pivotUI({
.
.
onRefresh: function(config) {
//$("#output").find('select').addClass('hidden');
$("#output").find('.rowTotal').addClass('hidden');
$("#output").find('.colTotal').addClass('hidden');
$("#output").find('.pvtGrandTotal').addClass('hidden');
$("#output").find('.pvtTotalLabel').addClass('hidden');
},

@amit509
Copy link

amit509 commented Feb 7, 2017

Hi Benharrel/XavierFlo/Nicolaskruchten,

Can you guys help me in pivottable in angular2.

Am facing issues while integrating in angular2.

It would be a great help :)

@benharrell
Copy link
Author

benharrell commented Feb 7, 2017 via email

@nicolaskruchten
Copy link
Owner

@amit509 as per the Contribution Guidelines:

  • Please do not add a comment to an existing issue to ask an unrelated question, especially if it's already closed. Instead, create a new issue instead and reference the older one.

That said, there has already been some discussion of Angular in issue #208 which might be of help to you...

@amit509
Copy link

amit509 commented Feb 7, 2017

sorry for that @nicolaskruchten
I have created a new issue #628.
In issue #208 is different case.
my issue is to integrate using angular2.

@benharrell could you please share code or an example, as Am unable to integrate, facing issues like undefined tipsData, undefined renderer, pivotUI, aggregator, etc..

please respond to #628

I would be a great help.

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

No branches or pull requests

5 participants