09-20-2019, 10:48 AM
Hi, I use this style to change a little the IWDBGrid:
Code:
<head>
<style type="text/css">
/*Ajustes na table do bootstrap*/
.table>thead>tr>th, .table>tbody>tr>th {
background-color: #e4e6e7;
}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
vertical-align: middle;
font-size: 14px;
padding: 8px;
border-top: 1px solid #ddd;
}
</style>
</head>
