Separation line between rows

QuestionsSeparation line between rows
Abu Ghufran Staff asked 5 years ago

I want to have a “separation” row between this two lines (red line)

Any idea how can I solve this?

1 Answers
Abu Ghufran Staff answered 5 years ago

You can have this css style.

<style>

.ui-jqgrid tr.jqgrow td {
    border-bottom: 3px solid red;
}

</style>

CSS Tweaking: https://i.imgur.com/pIzIbk8.png
 
If you want line under some certain row, then you must have it’s ID, like:
https://i.imgur.com/ie9wXHt.png

 
And then have css, e.g. row with id=18:
 

<style>
.ui-jqgrid tr[id=”18″] td {
    border-bottom: 3px solid red;
}
</style>

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

15 + 11 =

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?