You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the data comes from the database this works perfectly. The line turns green if the paid status is true.
However, when the user marks it as paid or not paid, the line does not change color. It only changes color if I reload the data and I don't want to do that for usability reasons, since the default ordering is by paid status. In other words, if I reload the data, the item goes down, causing the user to lose sight of it.
Is it possible to control the lines externally?
The text was updated successfully, but these errors were encountered:
I currently have the following table
When the data comes from the database this works perfectly. The line turns green if the
paid
status istrue
.However, when the user marks it as paid or not paid, the line does not change color. It only changes color if I reload the data and I don't want to do that for usability reasons, since the default ordering is by paid status. In other words, if I reload the data, the item goes down, causing the user to lose sight of it.
Is it possible to control the lines externally?
The text was updated successfully, but these errors were encountered: