Set Full width row color for a parent group separorHow to set month Column width in AnyGantt?How to set AnyChart Candlestick colors dynamic?
Is it correct to write "is not focus on"?
Is there any easy technique written in Bhagavad GITA to control lust?
What to do with wrong results in talks?
How does it work when somebody invests in my business?
Print name if parameter passed to function
Ways to speed up user implemented RK4
Bash method for viewing beginning and end of file
How can I use the arrow sign in my bash prompt?
How do I define a right arrow with bar in LaTeX?
If you attempt to grapple an opponent that you are hidden from, do they roll at disadvantage?
What would happen if the UK refused to take part in EU Parliamentary elections?
Greatest common substring
Can somebody explain Brexit in a few child-proof sentences?
Should my PhD thesis be submitted under my legal name?
Can criminal fraud exist without damages?
Have I saved too much for retirement so far?
Trouble understanding overseas colleagues
What is the intuitive meaning of having a linear relationship between the logs of two variables?
Are there any comparative studies done between Ashtavakra Gita and Buddhim?
What would be the benefits of having both a state and local currencies?
Is there any reason not to eat food that's been dropped on the surface of the moon?
Cynical novel that describes an America ruled by the media, arms manufacturers, and ethnic figureheads
Student evaluations of teaching assistants
What is the term when two people sing in harmony, but they aren't singing the same notes?
Set Full width row color for a parent group separor
How to set month Column width in AnyGantt?How to set AnyChart Candlestick colors dynamic?
We want to change the color for the parent row to have a certain color.
This way we can better see in which parent we are working in.
I got "something" working with a hover that looks like this (removed important information):
This is what we want to achieve but then for only the parent rows.
Is there any possibility to do this or are there any work arounds to become this effect ?
Many thanks for the help in advance for any unclarity or questions please ask!
Kind regards,
Joey Driessen
anychart
add a comment |
We want to change the color for the parent row to have a certain color.
This way we can better see in which parent we are working in.
I got "something" working with a hover that looks like this (removed important information):
This is what we want to achieve but then for only the parent rows.
Is there any possibility to do this or are there any work arounds to become this effect ?
Many thanks for the help in advance for any unclarity or questions please ask!
Kind regards,
Joey Driessen
anychart
add a comment |
We want to change the color for the parent row to have a certain color.
This way we can better see in which parent we are working in.
I got "something" working with a hover that looks like this (removed important information):
This is what we want to achieve but then for only the parent rows.
Is there any possibility to do this or are there any work arounds to become this effect ?
Many thanks for the help in advance for any unclarity or questions please ask!
Kind regards,
Joey Driessen
anychart
We want to change the color for the parent row to have a certain color.
This way we can better see in which parent we are working in.
I got "something" working with a hover that looks like this (removed important information):
This is what we want to achieve but then for only the parent rows.
Is there any possibility to do this or are there any work arounds to become this effect ?
Many thanks for the help in advance for any unclarity or questions please ask!
Kind regards,
Joey Driessen
anychart
anychart
asked Mar 6 at 14:17
Joey DriessenJoey Driessen
9310
9310
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
add a comment |
We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta
function like follows meta('selected', true)
and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f55025227%2fset-full-width-row-color-for-a-parent-group-separor%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
add a comment |
Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
add a comment |
Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider
Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider
edited Mar 7 at 8:52
answered Mar 7 at 8:47
AnyChart SupportAnyChart Support
1,7301512
1,7301512
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
add a comment |
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
Unfortunatelynot really what we are looking for will keep looking if we can find any other way to make this possible.
– Joey Driessen
Mar 7 at 8:59
add a comment |
We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta
function like follows meta('selected', true)
and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:
add a comment |
We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta
function like follows meta('selected', true)
and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:
add a comment |
We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta
function like follows meta('selected', true)
and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:
We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta
function like follows meta('selected', true)
and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:
answered Mar 7 at 11:41
Joey DriessenJoey Driessen
9310
9310
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f55025227%2fset-full-width-row-color-for-a-parent-group-separor%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