scott
November 6, 2019, 2:40am
4
@Akayy , I do not know if this is the best way, but my initial thought would be to compare the records retrived with the current time and then highlight the row that matches the condition you enter.
This might help steer you in the right direction.
https://docs.wappler.io/t/working-with-current-date-and-time/5028
and
You can change the table row background color, depending on a dynamic value from your database thanks to the dynamic attributes available in Wappler. In this tutorial we will show you how to use the default background color classes available in Bootstrap 4, but you can assign your own classes to the table rows.
We created a dynamic table , which shows the data from our database. We want to use a red background when the quantity from the database is less than 50:
[Screenshot_5]
Select the tabl…
1 Like