Author Topic: Show sum of columns resp. selected cells at extra row  (Read 8801 times)

pquser

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Show sum of columns resp. selected cells at extra row
« Reply #15 on: October 02, 2017, 03:39:22 pm »
At first: I want to thank you very much for your kindful help and patience. I'm very grateful for that.

To my code:
As you see in post #7 I create an array of objects dynamically and give that to paramquery to create the colModel.
You wrote the first example looks correct to you.

I isolated one of this objects out of the array and added a screenshot of the object to this post.

For me it looks correct. But please have a look as it's still not working.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Show sum of columns resp. selected cells at extra row
« Reply #16 on: October 02, 2017, 11:26:41 pm »
It doesn't matter whether colModel is assigned statically or dynamically, I guess I was able to find out the issue in your jsfiddle.

showBottom: true is required for fixed rows at the bottom.

Please check this: http://jsfiddle.net/0jgmu7vq/2/

I see showBottom: false is mentioned in your earlier post with inline code but I was unable to notice it. :(

it's important to share jsfiddle for non-trivial issues.

pquser

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: Show sum of columns resp. selected cells at extra row
« Reply #17 on: October 03, 2017, 02:59:43 pm »
Thanks. ShowBottom was the culprit. Now it works as expected ;-)