I have created a repeating row that contains Bootstrap column. This is for displaying dynamic data from a query. This part is working fine.
I would like to have a narrow bottom border separating each row. This just to separate the items in one record from the next.
I have tried applying bottom border to the row but this only put a border at the very bottom (after the last row is displayed). I have also tried various suggestions from the AI but have had no success.
I started off with the native bootstrap classes but the result was the same. I have reverted the code and done a screen shot. The border bottom is 3px so it is easier to see.
The row-border custom class was suggested by the AI. This gave the same result.