[Gambas-user] WebTable Background color of row selection
    T Lee Davidson 
    t.lee.davidson at gmail.com
       
    Wed Mar  1 00:37:05 CET 2023
    
    
  
On 2/28/23 14:28, Mayost Sharon wrote:
> Hello
> 
> It is not good that I define the yellow background color in both cells
> I want the table to be:
> Column 0 has a yellow background color
> Column 1 has a white background color
> But only when I select a certain row then it will color the entire row I selected to a blue background color
> 
> I was able to do what I want but the problem is that it only works when I execute
> Me.Reload()
> And it doesn't seem successful because it refreshes the whole page every time
> Attached is an example of what I did
> 
> Is there a better way?
> 
> Thank you
Try Me.Refresh.
-- 
Lee
    
    
More information about the User
mailing list