Progress bar in Perspective table

Is there any way to apply this method in a Perspective table?

You make a separate view that contains a progress bar component, then on your table, set the render option to view with a path

image

1 Like

You can also do this directly in the table

  • Add the list of columns under the table props and assign the columns[x].field to match the column names
  • Set columns[x].render to "number", and columns[x].number to "progress"
  • Adjust the min/max values and its appearance under columns[x].progressBar

3 Likes

Is there any way to apply this method in a Perspective table?

@Cheryl_Ramey , when an IA staff member splits one of your questions into a new topic, it is not appropriate to repost the Q in the original topic again.

!!!!

Apologies I didnt see that it had split I thought I had accidentally posted in the wrong thread.

1 Like