Jump to content

TUnimDBListGrid - how to change color


Masteritec

Recommended Posts

How to change bold text in every row  from black color to blue color in grid?

 

below in my ClientEvent-> UniEvent.

 

Please advice me how to change the color . Thanks

 

 

function beforeInit(sender, config)
{
   config.loadingText='Loading...';
   config.grouped=false;
   config.itemTpl='<table style="width:100%;white-space: nowarap;vertical-align:mdiddle;">' +
   
                  
                     
                  '<tr>' +
                       '<td style="font-size:15px;font-weight:bold;padding-top:4px;padding-left:5px;">{0}</td>'+
                  '</tr>' +    
                  
                  '<tr>' +
                       '<td style="font-size:15px;padding-top:4px;padding-left:5px;">{1}</td>'+
                  '</tr>' +  
                  
                  '</table>';                       
}

 

WhatsApp Image 2020-02-12 at 5.53.28 PM.jpeg

Link to comment
Share on other sites

×
×
  • Create New...