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

[Feature]: Support line graphs in data table columns #36385

Open
1 task done
marttielias opened this issue Sep 18, 2024 · 2 comments
Open
1 task done

[Feature]: Support line graphs in data table columns #36385

marttielias opened this issue Sep 18, 2024 · 2 comments
Assignees
Labels
Enhancement New feature or request Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@marttielias
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

In some cases, a line graph in the data table column showing the trend of an object is needed. This would help quickly determine if something is wrong.

Something like this is helpful when looking at the list of objects
image

Why should this be worked on?

Without a clear overview of an object's trend, there is no simple and comfortable way to see if something is wrong. It is unimaginably cumbersome to click on every object and see the trend. Keep in mind there could be thousands and thousands of such objects.

It also seems like an easy win. The chart component is already available in the component selection, it's just not allowed to be used in the data table :)

@marttielias marttielias added the Enhancement New feature or request label Sep 18, 2024
@github-actions github-actions bot added Widgets Product This label groups issues related to widgets Widgets & Accelerators Pod Issues related to widgets & Accelerators labels Sep 18, 2024
@Nikhil-Nandagopal
Copy link
Contributor

@marttielias Thank you for the feature request! Could you tell us a bit more about the application you're trying to build? Have you considered using a list widget? Do you have an example table component or application that we can reference?

@marttielias
Copy link
Author

Could you tell us a bit more about the application you're trying to build?

We are trying to build an account management view. The list would be presented in a data table, searchable and paginated... In addition to the regular columns (string and integer-based values), there is this column that should contain a line graph (displaying a 30-day trend of some usage). The line graph is used to quickly understand if an account is something that needs attention (the trend is in decline or rising).

Have you considered using a list widget?

This option isn't really a better one because it requires rebuilding much of the data table functionality.

Do you have an example table component or application that we can reference?

Not really sure what is expected here. I will add a screenshot with some columns that should be displayed per row. But I cannot add an existing solution because it's just a data table without the graph :)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

6 participants