Is it possible to set the max value for the progressBar to take data from RawData? For each row in the Table, the maximum value of the progressBar is different.
For example, in the dataset I want to display in the table, I have both the actual value and the maximum value. On the column with the actual value, I want to use a progressBar, and I want to set the maximum value for the progressBar to the maximum value from the second column.
Thank you for the answer.
Yes, I know that I can use view with a custom progressbar. However, the embedded view is loading more slowly. I prefer this table option for the progress bar, and every time I want to use it, I encounter a problem with the maximum value.
Thanks!
Consider reprocessing your table data so the column that will use the progress bar is normalized to a fixed range, 0 - 100, perhaps, and show the actual value in a separate column.