Footer row subset of columns

QuestionsFooter row subset of columns
Melissa asked 4 years ago

Hi,

I only want to show a Total for a subset of columns in my grid, but when I enable the ‘footerrow’ = true all of the columns get a footer cell. Please refer to screenshot. Is there anyway to hide those and only show the ones with values? Thanks.

https://imgur.com/a/xf3ULE5

2 Answers
Abu Ghufran Staff answered 4 years ago

One way is to remove footer left-right borders. Add this css in style tag.

.ui-jqgrid tr.footrow-ltr td {border-right-width: 0px;}

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Melissa answered 4 years ago

This works. Thanks!

Your Answer

20 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?