Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement - Add Color coded conditional formatting for rows in tables #1304

Closed
PaulDevenney opened this issue Jun 13, 2014 · 10 comments
Closed

Comments

@PaulDevenney
Copy link

A prime example, we have log entries results in a table

DEBUG   Initializing Raven DocumentStore    Local
FATAL   An unknown error occured initializing the Profiles...   Local   

We would like to be able to either

a) put a coloured Bar to the left hand side of the row, representing severity (DEBUG green, FATAL dark red, etc)
b) alternatively background colour the entire row (I think the solid bar to the left of a row is more appealing

It would be important to be able to choose the colour to use for each condition

@Aldian-fr
Copy link

I think your proposition is a duplicate of #335 and of #617

Think about making a research before asking new features ;)

@pior
Copy link

pior commented Jul 24, 2014

@Aldian-fr I'm not sure what @PaulDevenney needs exactly but I think it's something different.

There seems to be a need for a simple conditional formatting, mostly based on a field value such as "severity". The main goal would be to color code the weight of an event like many log consoles are doing.

I would really like to see this feature added.

@rashidkpc
Copy link
Contributor

As this would require lots of custom logic I'd say it would be best implemented using the upcoming field formatter feature in beta 4. It wouldn't color the entire row, but you could color the text in the cell.

#1543

@mvfcva mvfcva mentioned this issue Jun 2, 2015
8 tasks
@mvfcva
Copy link

mvfcva commented Jun 3, 2015

@rashidkpc color formatting is not included in field formatting feature, would you mind reopening this ticket ?

@PhaedrusTheGreek
Copy link
Contributor

@rashidkpc re-opening as per discussions... It would be cool if we could match on regex and then format the cell or the text in some custom way.

@jjdepaul
Copy link

I would like to see this feature implemented - so here is another vote for it!

@rashidkpc
Copy link
Contributor

Did I miss that discussion? A color formatter already exists: https://github.com/elastic/kibana/blob/4cce8e878fe0f2aa7a59ea2000d9bdb018384297/docs/color-formatter.asciidoc

Feel free to open a new ticket if that doesn't cover your case, but please do not reopen this ticket.

@jjdepaul
Copy link

Right - that nice feature is available only for Numeric fields... wishing for that to be available on other types of fields also.

@PhaedrusTheGreek
Copy link
Contributor

@rashidkpc I spoke with Jon earlier about reopening this ticket. This ticket doesn't cover String fields, but the description is specific to String fields.

@lssilva
Copy link

lssilva commented Aug 29, 2019

Did I miss that discussion? A color formatter already exists: https://github.com/elastic/kibana/blob/4cce8e878fe0f2aa7a59ea2000d9bdb018384297/docs/color-formatter.asciidoc
It doesn't cover string fields,
Feel free to open a new ticket if that doesn't cover your case, but please do not reopen this ticket.
Why a new ticket, there are probably over 10 tickets regarding this feature already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants