Customize Tables in component views

Recently there was a good question about Table view header - solved with css

.knime-service-header {
visibility: hidden;
}

I have managed to hide also the summary of the table:

.knime-table-info {
visibility: hidden;
}

Sometimes it is hard to stop in making the view more attractive (especially when you stuck with more complex matters) and now I’m trying to:

  1. Change the background of the entire table/cell - unfortunately I failed. I expected that simple html may work like it works with text for example, but no, it doesn’t :slight_smile:

  2. Change the background of the component view - not sure if it is possible

  3. Set spaces between rows in component view - by now all my attempts to use advanced component view layout failed (excluding very simple methods like setting of max width for example).

If you have time can you please show me the right direction - I believe I’m not the only one who’s interested in solving similar issues.

Have a great day!

Hi @DmitryIvanov76

here is a little example for you. Are those three interactive views what you’re looking for in each of your questions?
Table View Test.knwf (29.1 KB)

Kind regards
Marvin

6 Likes

Thank you! This is absolutely outstanding!
I think this workflow should be added to the set of examples of KNIME.

1 Like

Youre welcome :slight_smile:

It’s more a hacky solution, not sure whether it should be official :smiley:

Maybe KNIME WebPortal User Guide under “Advanced layouting” is also helpful?

2 Likes

I’ve read the guide, but it seems that I’m not smart enough to use it :frowning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.