Progress bar under or behind grid rows
New DiscussionI’m trying to come up with a UI for listing fairly long processing jobs and showing progress. I know I can have a grid and add a column with a progress bar for each row. But I’ve got limited space and the progress bar column would be too small to be useful.
Is there a way to implement a grid with columns (as normal) but with a progress bar under each row, or perhaps behind each row? If it’s behind, the text color in the columns would need to behave like it was displayed in the progress bar (changing from black to white as the colored progress bar moves right). If under each row, the progress bar could be very thin (like a thick line).
I’m trying to come up with a way of showing jobs that are currently being processed. So the row would have information about the job and the progress bar would show how far it is. I’ve got limited horizontal space for fairly long processing jobs so don’t want to waste a column for a tiny progress bar if possible.
Thinking about this, one hacky solution to implement the progress bar as a background would be to have every cell have a progress bar with text for a cell assigned to it’s PB. Then the current widths of the columns could be used to figure out which column in a row to advance (the columns to the left at 100% and the columns to the right at 0%). But it would be great if there was built-in support for a row level PB. And our ideal solution is actually for a PB below each row.
