jqgrid js with bootstrap4, octicons. subgrid icon location
up vote
-1
down vote
favorite
I'm using jqgrid js v5.3.2 with BS4, iconset set to octicons. See below , should the subgrid icon/arrow be in the middle of the cell vertically? also, the expanded icon(the cell below) doesn't look as good as jqgrid BS3's, can we change this too?
jqgrid
add a comment |
up vote
-1
down vote
favorite
I'm using jqgrid js v5.3.2 with BS4, iconset set to octicons. See below , should the subgrid icon/arrow be in the middle of the cell vertically? also, the expanded icon(the cell below) doesn't look as good as jqgrid BS3's, can we change this too?
jqgrid
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I'm using jqgrid js v5.3.2 with BS4, iconset set to octicons. See below , should the subgrid icon/arrow be in the middle of the cell vertically? also, the expanded icon(the cell below) doesn't look as good as jqgrid BS3's, can we change this too?
jqgrid
I'm using jqgrid js v5.3.2 with BS4, iconset set to octicons. See below , should the subgrid icon/arrow be in the middle of the cell vertically? also, the expanded icon(the cell below) doesn't look as good as jqgrid BS3's, can we change this too?
jqgrid
jqgrid
asked Nov 11 at 0:20
Sean Ad
125
125
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48
add a comment |
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
BS4 vertically align content of td at top, I added
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed {
vertical-align: middle !important;
}
in mysite.css. For icon-open of subgrid, I'd expect a font awesome version of jqgrid.
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
BS4 vertically align content of td at top, I added
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed {
vertical-align: middle !important;
}
in mysite.css. For icon-open of subgrid, I'd expect a font awesome version of jqgrid.
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
add a comment |
up vote
0
down vote
BS4 vertically align content of td at top, I added
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed {
vertical-align: middle !important;
}
in mysite.css. For icon-open of subgrid, I'd expect a font awesome version of jqgrid.
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
add a comment |
up vote
0
down vote
up vote
0
down vote
BS4 vertically align content of td at top, I added
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed {
vertical-align: middle !important;
}
in mysite.css. For icon-open of subgrid, I'd expect a font awesome version of jqgrid.
BS4 vertically align content of td at top, I added
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed {
vertical-align: middle !important;
}
in mysite.css. For icon-open of subgrid, I'd expect a font awesome version of jqgrid.
answered Nov 12 at 1:33
Sean Ad
125
125
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
add a comment |
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
Not sure that I understand the question(problem) - Guriddo jqGrid support font Awesome, but as per your question you use octicons?!?
– Tony Tomov
Nov 12 at 11:31
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
@TonyTomov I was referring an example you provided here link. After I set $.jgrid.defaults.iconSet = "fontAwesome", no icon is showing on subgrid icon cell. I know my font awesome setup works (for the project) and octicon works, is there a directory/path or FA version requirement for jqgrid using FA, or there is an example? Thx
– Sean Ad
Nov 12 at 21:57
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, the OP is for Octicons. but if FA works(it didn't for me on jqgrid), I'd like to switch to FA.
– Sean Ad
Nov 12 at 23:18
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
Yes, FA v5+ works. Thanks.
– Sean Ad
Nov 13 at 4:50
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244714%2fjqgrid-js-with-bootstrap4-octicons-subgrid-icon-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
idownvotedbecau.se/nocode
– antfuentes87
Nov 11 at 0:42
@antfuentes87 please be careful when downvoting unless you're sure about the nature of the question.
– Sean Ad
Nov 11 at 0:47
Huh? I down voted because you shared no code? And for anyone to even attempt to fix this (unless they know the answer already) is going to want code?
– antfuentes87
Nov 11 at 0:48